// B #include using ll = long long; using namespace std; ll mod=1e9+7; #define pa(x,n) for(ll i=0;i>N; for (int i(1);i<=N;i++){ for (int j(1);j<=N;j++){ if (i <= 9){ cout << i; }else{ cout << 0; } } } cout << endl; return 0; }