Expand number ranges by ush

main(b){float a,c;for(;~scanf("%f%d%f",&a,&b,&c);puts(""))for(;a+c+.09<b;)printf(c>=1|.9<a&a<1.1?"%.f ":"%.01f ",a+=c);}

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

download

return to the top page