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 29, 2026 17:06Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 17:0604,128,728,037315,299,0001,016,867,00077,459,456line 1: expected 754479853 got 754478953
2Apr 29, 2026 17:0604,157,358,369332,026,000999,097,00076,390,400line 1: expected 4042332698 got 4042332689
3Apr 29, 2026 17:0604,473,160,568329,220,0001,031,624,00077,099,008line 0: expected 3768886012 got 3786886012