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 10, 2026 04:53olliecrowolliecrowScore: 4,730Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 10, 2026 04:534,720295,155,385241,134,00027,899,000250,056,704
2Mar 10, 2026 04:534,730295,021,623239,674,00029,959,000250,044,416
3Mar 10, 2026 04:534,739296,737,419245,200,00024,918,000250,048,512