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 16:59Mehdi-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:0004,758,250,133409,492,0001,041,797,00076,394,496line 1: expected 2315367236 got 2315362736
2Apr 29, 2026 17:0005,248,398,028428,284,0001,060,315,00064,249,856line 2: expected 2564182384 got 2546182348
3Apr 29, 2026 17:0004,117,130,794423,142,000979,908,00076,001,280line 1: expected 4076686123 got 4067866123