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 17:02Aniruddha DebAniruddha DebScore: 3,353Success
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 17:023,350216,308,965169,947,00020,993,000254,345,216
2Jul 27, 2025 17:023,351216,427,120169,016,00022,002,000254,181,376
3Jul 27, 2025 17:023,351217,418,400172,030,00019,003,000254,349,312
4Jul 27, 2025 17:023,353218,285,780170,085,00021,010,000254,423,040
5Jul 27, 2025 17:023,353216,217,184170,100,00021,012,000254,312,448
6Jul 27, 2025 17:023,358222,590,043171,468,00019,938,000254,210,048
7Jul 27, 2025 17:023,359214,214,429170,498,00020,938,000254,353,408
8Jul 27, 2025 17:023,360221,509,328166,595,00024,939,000254,435,328
9Jul 27, 2025 17:023,368222,770,841165,108,00026,855,000254,443,520