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 16, 2025 13:22AndreiAndreiScore: 6,430Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 16, 2025 13:226,411417,259,379255,883,000109,522,000229,437,440
2Dec 16, 2025 13:226,420414,634,159259,250,000106,691,000229,363,712
3Dec 16, 2025 13:226,422414,252,550258,335,000107,722,000229,388,288
4Dec 16, 2025 13:226,428417,968,622257,265,000109,112,000229,462,016
5Dec 16, 2025 13:226,430411,534,019262,633,000103,855,000229,392,384
6Dec 16, 2025 13:226,430419,026,186255,646,000110,846,000229,523,456
7Dec 16, 2025 13:226,438435,056,386256,276,000110,687,000229,552,128
8Dec 16, 2025 13:226,445416,859,480260,266,000107,109,000229,609,472
9Dec 16, 2025 13:226,482431,069,177263,626,000105,850,000229,314,560