int a=1;while a<403{print a;print a+2;a=a+3;if a<403{print a+a-4;}}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page