fork download
  1. #include <stdio.h>
  2. void main()
  3. {
  4. int i=9;
  5. for(i--;i--;i--)
  6. printf("%d",i);
  7. }
Runtime error #stdin #stdout 0s 2112KB
stdin
Standard input is empty
stdout
7531