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 listMar 5, 2026 01:52olliecrowolliecrowScore: 4,736Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 5, 2026 01:524,733299,477,798246,812,00022,982,000250,056,704
2Mar 5, 2026 01:524,735297,079,131240,916,00028,989,000250,224,640
3Mar 5, 2026 01:524,736294,662,831259,976,0009,999,000250,081,280
4Mar 5, 2026 01:524,736293,495,833262,935,0006,998,000250,281,984
5Mar 5, 2026 01:524,736300,612,270243,080,00026,898,000250,265,600
6Mar 5, 2026 01:524,740301,032,311248,241,00021,933,000250,224,640