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 listSep 8, 2025 20:15Aleksei ShahoikaAleksei ShahoikaScore: 32,280Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 8, 2025 20:1532,2761,870,241,5351,775,770,00063,955,000251,846,656
2Sep 8, 2025 20:1532,2801,873,947,5921,771,031,00068,923,000252,059,648
3Sep 8, 2025 20:1532,4261,881,041,4831,773,360,00074,930,000251,846,656