fork download
  1. int main() {
  2. for (int i = 0; i < 20; ++i) printf("1%.*d\n", i, 0);
  3.  
  4. return 0;
  5. }
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
1
10
100
1000
10000
100000
1000000
10000000
100000000
1000000000
10000000000
100000000000
1000000000000
10000000000000
100000000000000
1000000000000000
10000000000000000
100000000000000000
1000000000000000000
10000000000000000000