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