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 8, 2026 01:02Josu San MartinJosu San MartinScore: 3,328Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 8, 2026 01:023,323218,934,930148,544,00040,874,000251,850,752
2Apr 8, 2026 01:133,323217,863,600147,539,00041,869,000251,850,752
3Apr 8, 2026 01:133,323212,529,998142,570,00046,858,000251,961,344
4Apr 8, 2026 01:023,328212,468,170145,776,00043,932,000251,863,040
5Apr 8, 2026 01:023,334216,946,354146,255,00043,777,000251,846,656
6Apr 8, 2026 01:133,341210,617,358144,557,00045,859,000251,850,752