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 listDec 31, 2025 23:35HattonuriHattonuriScore: 4,674Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 31, 2025 23:354,674290,947,271224,493,00041,905,000251,891,712
2Dec 31, 2025 23:354,674288,765,471221,535,00044,905,000252,018,688
3Dec 31, 2025 23:354,680295,704,214223,778,00042,957,000252,092,416