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 4, 2026 01:49Josu San MartinJosu San MartinScore: 4,133Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 4, 2026 01:494,116265,412,670168,709,00065,886,000250,167,296
2Apr 4, 2026 01:494,133265,167,352171,680,00063,881,000250,277,888
3Apr 4, 2026 01:494,139271,199,257175,215,00060,727,000250,236,928