fork download
  1. #include <stdio.h>
  2. main()
  3. {
  4. int i;
  5. for (i=1;i<=10;i++)
  6. printf("%d\n");
  7. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
-1155239896
0
0
0
0
0
0
0
0
0