FizzFizz by llhuii

i=1;main(n){for(;n<101;)printf(n%3<1?n/=3,"Fizz":n%5?n=++i,"%.d\n":(n/=5,"Buzz"),n/i*i);}

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

download

return to the top page