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 listJan 5, 2026 05:42Josu San MartinJosu San MartinScore: 6,867Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 5, 2026 05:426,103440,517,559250,615,00097,238,000249,671,680
2Jan 5, 2026 05:426,867771,501,496248,369,000143,060,000249,577,472
3Jan 5, 2026 05:428,0441,491,735,315267,829,000190,694,000248,733,696