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