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 listJan 5, 2026 09:17HattonuriHattonuriScore: 3,994Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 5, 2026 09:173,979282,816,588176,860,00049,960,000254,091,264
2Jan 5, 2026 09:173,994255,767,973178,935,00048,710,000253,931,520
3Jan 5, 2026 09:174,010257,802,393175,691,00052,907,000252,362,752