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 02:10olliecrowolliecrowScore: 4,549Success
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 02:104,539286,122,023234,760,00023,975,000250,048,512
2Mar 5, 2026 01:544,541282,717,328238,842,00019,986,000250,056,704
3Mar 5, 2026 01:544,543293,095,615237,955,00020,996,000250,060,800
4Mar 5, 2026 02:104,549288,415,286236,365,00022,938,000250,101,760
5Mar 5, 2026 02:104,550288,435,093236,425,00022,944,000250,048,512
6Mar 5, 2026 01:544,552290,623,395237,510,00021,954,000250,245,120