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 listApr 18, 2026 23:28olliecrowolliecrowScore: 8,267Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 18, 2026 23:285,300353,982,114264,207,00037,886,000250,298,368
2Apr 18, 2026 23:288,267631,146,437284,702,000186,494,000250,703,872
3Apr 18, 2026 23:2810,2856,310,601,438302,333,000283,886,000250,724,352