Expand number ranges FIXED by ush

main(){float a,b,c;for(;~scanf("%f%f%f",&a,&b,&c);)for(b-=.09;a<b;a+=c)printf("%g%c",a?a+4e-7:a,a+c<b?32:10);}

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

download

return to the top page