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