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 listJun 30, 2026 17:06Victor MerckléVictor MerckléScore: 2,148Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 30, 2026 17:082,145130,298,520101,865,00020,439,000249,892,864stderr
2Jun 30, 2026 17:082,145130,007,195101,719,00020,563,000249,896,960stderr
3Jun 30, 2026 17:082,146130,164,844102,120,00020,251,000249,872,384stderr
4Jun 30, 2026 17:082,147130,623,796101,862,00020,562,000249,925,632stderr
5Jun 30, 2026 17:082,148130,164,375102,072,00020,379,000249,880,576stderr
6Jun 30, 2026 17:082,149130,176,102102,116,00020,388,000249,872,384stderr
7Jun 30, 2026 17:082,152130,435,287101,959,00020,719,000249,884,672stderr
8Jun 30, 2026 17:082,155130,686,920102,153,00020,723,000249,880,576stderr
9Jun 30, 2026 17:082,163138,678,573102,621,00020,701,000249,905,152stderr