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 listFeb 19, 2026 21:29Aleksei ShahoikaAleksei ShahoikaScore: 20,916Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2026 21:2920,8943,952,647,575236,597,000954,378,000105,222,144
2Feb 19, 2026 21:2920,9164,099,184,158251,161,000941,075,000105,865,216
3Feb 19, 2026 21:2921,1213,998,364,878258,191,000945,689,000105,562,112