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:00Aniruddha DebAniruddha DebScore: 8,659Success
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:038,586730,860,881239,702,000249,689,000268,124,160
2Jul 27, 2025 16:008,591762,113,589253,357,000236,333,000267,919,360
3Jul 27, 2025 16:038,619763,268,344255,058,000236,202,000268,218,368
4Jul 27, 2025 16:008,659730,214,258253,803,000239,759,000268,132,352
5Jul 27, 2025 16:008,703765,115,451253,052,000243,010,000267,001,856
6Jul 27, 2025 16:038,725734,894,747260,661,000236,692,000268,173,312