fork download
  1. main(c,s){c=0;do{printf("%d\n",c+2);}while(20-(c+=2));}
Runtime error #stdin #stdout 0.01s 1676KB
stdin
Standard input is empty
stdout
2
4
6
8
10
12
14
16
18
20