[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
Behold: My 104 character fizzbuzz in C# for(int i=1;i<100;i++)Console.WriteLine((i%

You are currently reading a thread in /g/ - Technology

Thread replies: 9
Thread images: 1
File: WaF4wi1.jpg (208 KB, 1280x720) Image search: [Google]
WaF4wi1.jpg
208 KB, 1280x720
Behold: My 104 character fizzbuzz in C#

for(int i=1;i<100;i++)Console.WriteLine((i%15==0?"fizzbuzz":(i%5==0?"buzz":i%3==0?"fizz":i.ToString())))
>>
How about console.write(etc etc\n)
>>
>>54868702
That will add one more to the character count, since I will have to write

Console.Write(etc etc+"\n");

This works too, but it doesn't make that much of a difference.
>>
The code is inefficient as fuck. It uses almost 300 modulo operations.
>>
>>54868548
You can decrease it a little more

for(int i=0;i++<100;)
>>
>>54868871
Didn't know about this! Thanks!
>>
>>54868871

Can't you also just do "int i" without setting it to zero and use E2 instead of 100?
>>
sh, 77 characters

for i in {1..100}
do
!((i%3))&&r=fizz
!((i%5))&&r+=buzz
echo ${r:-$i}
r=
done
>>
>>54871403
>Can't you also just do "int i" without setting it to zero
Wouldn't there be a possibility that i would initialize with a value other than 0 then?
You don't want that.
Thread replies: 9
Thread images: 1

[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
If a post contains illegal content, please click on its [Report] button and follow the instructions.
This is a 4chan archive - all of the content originated from them. If you need information for a Poster - you need to contact them.
This website shows only archived content and is not affiliated with 4chan in any way.
If you like this website please support us by donating with Bitcoin at 1XVgDnu36zCj97gLdeSwHMdiJaBkqhtMK