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 listJul 27, 2025 16:53Aniruddha DebAniruddha DebScore: 3,411Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 27, 2025 16:533,401218,013,942173,860,00019,984,000254,332,928
2Jul 27, 2025 16:533,407219,517,908174,295,00019,919,000254,443,520
3Jul 27, 2025 16:533,409221,884,673172,271,00022,034,000254,296,064
4Jul 27, 2025 16:533,409224,680,698173,395,00020,927,000254,341,120
5Jul 27, 2025 16:533,411217,300,825173,490,00020,938,000254,181,376
6Jul 27, 2025 16:533,415220,155,085172,719,00021,964,000254,337,024
7Jul 27, 2025 16:533,417217,333,546172,787,00021,972,000254,328,832
8Jul 27, 2025 16:533,418221,273,322174,831,00019,980,000254,447,616
9Jul 27, 2025 16:533,439223,741,044175,029,00021,003,000254,324,736