Fizz Buzz Sergey Svistunov

Perform FizzBuzz on a stream of binary integers as fast as possible.

Input: 30 000 000 uint32 values in little-endian binary on STDIN (4 bytes each).

Output: For each number n, print one line:

  • FizzBuzz if n is divisible by both 3 and 5
  • Fizz if n is divisible by 3
  • Buzz if n is divisible by 5
  • n as a decimal string otherwise
Back to listDec 31, 2025 23:54HattonuriHattonuriScore: 4,115Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 31, 2025 23:524,104257,972,530188,148,00045,792,000252,006,400
2Dec 31, 2025 23:524,110259,029,186188,409,00045,856,000252,092,416
3Dec 31, 2025 23:524,110257,193,082188,432,00045,861,000252,104,704
4Dec 31, 2025 23:544,111260,277,600190,432,00043,869,000251,850,752
5Dec 31, 2025 23:544,115256,833,868189,637,00044,914,000252,104,704
6Dec 31, 2025 23:544,121266,554,384193,897,00040,978,000252,092,416
7Dec 31, 2025 23:544,122260,983,736191,947,00042,988,000252,104,704
8Dec 31, 2025 23:544,125264,901,760192,290,00042,841,000251,842,560
9Dec 31, 2025 23:544,138260,293,335192,871,00042,971,000252,010,496