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 1, 2025 21:56Aniruddha DebAniruddha DebScore: 431,745Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 1, 2025 21:56426,79924,375,574,40612,551,031,00011,776,523,000267,997,184
2Jul 1, 2025 21:56431,74524,662,232,39512,580,596,00012,028,877,000268,009,472
3Jul 1, 2025 21:56434,84124,837,626,72912,556,381,00012,229,579,000268,009,472