Expand number ranges by macik

import std.c.stdio;void main(){for(float x,y,z;scanf("%f%f%f",&x,&y,&z)>0;puts(""))while((x+=z)+.05<y)printf(z<1&&x-1?"%.1f ":"%.0f ",x);}

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

download

return to the top page