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 listSep 4, 2026 08:06Victor MerckléVictor MerckléError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 4, 2026 08:13092,023,41060,986,00022,197,000249,909,248line 15000000: expected 2787620317 got 87620317stderr
2Sep 4, 2026 08:13092,109,49461,679,00021,668,000249,913,344line 15000000: expected 200153282 got 0153282stderr
3Sep 4, 2026 08:131,47993,562,86363,118,00021,227,000249,925,632stderr