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 23, 2026 17:47Dominique GarmierDominique GarmierScore: 5,586Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 23, 2026 18:015,575342,051,015268,792,00048,962,000252,059,648
2Mar 23, 2026 18:015,576348,627,462264,051,00053,806,000252,055,552
3Mar 23, 2026 17:475,586344,184,883265,493,00052,899,000251,985,920
4Mar 23, 2026 18:015,586343,068,228266,500,00051,902,000252,051,456
5Mar 23, 2026 17:475,592352,122,452267,768,00050,955,000252,051,456
6Mar 23, 2026 17:475,592350,994,777268,802,00049,963,000251,998,208