Codeforces Round #387 (Div. 2), problem: (F) Igor and Interesting Numbers Solution in C/C++
Codeforces Round #387 (Div. 2), problem: (F) Igor and Interesting Numbers Solution in C/C++ #include <bits/stdc++.h> #define ll long long using namespace std; const int N=1<<16; int k,t,len; ll c; void print(int x) { …