fork download
  1. main(a){
  2. a=1;
  3. printf("%d %d %d %d %d %d %d %d %d", ++a, ++a, ++a, ++a, ++a, ++a, ++a, ++a, ++a);
  4. }
Runtime error #stdin #stdout 0s 2248KB
stdin
Standard input is empty
stdout
10 10 10 10 10 10 10 10 10