fork download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. for(int i=1;i<=10;i=i+2)
  5. {
  6. printf("helllow world");
  7. }
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0.01s 5316KB
stdin
45
stdout
helllow worldhelllow worldhelllow worldhelllow worldhelllow world