Dev Skill Mr. And Mrs. A
//Next Codeforces Round #354 (Div. 2) #include<bits/stdc++.h> //#include<cstdio> //#include<iostream> //#include<algorithm> //#include<vector> //#include<cstring> //#include<cmath> //#include<map> using namespace std; #define fast ios_base::sync_with_stdio(false) #define bfast cin.tie(0) #define outs(x) cout << x << " " #define outn(x) cout << x << "\n" #define sf scanf #define pf printf #define high 1000003 #define mxhigh 1000000000003 typedef long long LL; typedef vector<int>vii; typedef vector<LL>vll; typedef set<LL>sll; LL sze=0; vll v; void fun() { LL i, j; sll st; sll ::iterator it; for(i=2; i<high; i++) { LL p=1; for(j=2; j<40; j++) ...