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 listAug 18, 2025 19:56Aniruddha DebAniruddha DebScore: 3,035Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 18, 2025 19:563,029196,332,989151,680,00020,955,000254,341,120
2Aug 18, 2025 19:563,032197,716,041149,865,00022,979,000254,431,232
3Aug 18, 2025 19:563,034196,595,031153,924,00018,990,000254,312,448
4Aug 18, 2025 19:563,035192,558,174151,980,00020,997,000254,328,832
5Aug 18, 2025 19:563,035199,560,738150,984,00021,997,000254,447,616
6Aug 18, 2025 19:563,035196,647,212150,993,00021,999,000254,193,664
7Aug 18, 2025 19:563,038200,320,120152,290,00020,902,000254,431,232
8Aug 18, 2025 19:563,039203,191,961150,302,00022,893,000254,332,928
9Aug 18, 2025 19:563,043204,763,373151,507,00021,928,000254,320,640