fork(1) download
  1.  
  2. #include <stdio.h>
  3.  
  4. int main() {
  5. {
  6. int i;
  7. for ( i=0; i<=100; i+=2 )
  8.  
  9. printf("%d",i);
  10.  
  11. printf("\n");
  12. }
  13.  
  14. return 0;
  15. }
  16.  
Success #stdin #stdout 0s 5296KB
stdin
Standard input is empty
stdout
02468101214161820222426283032343638404244464850525456586062646668707274767880828486889092949698100