seq by Dhilip89

main(){int x,y;scanf("%d,%d",&x,&y);for(;x<=y;x++)printf("%d\n",x);}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page