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 listFeb 19, 2026 14:32Aleksei ShahoikaAleksei ShahoikaScore: 21,713Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2026 14:3221,5351,256,876,4981,174,526,00052,978,000256,049,152
2Feb 19, 2026 14:3221,5581,259,396,2411,170,882,00057,944,000256,049,152
3Feb 19, 2026 14:3221,5921,261,390,6881,170,781,00059,937,000256,266,240
4Feb 19, 2026 14:3221,6661,261,360,3651,175,005,00059,949,000256,258,048
5Feb 19, 2026 14:3221,7131,264,804,9321,176,694,00060,932,000256,049,152
6Feb 19, 2026 14:3221,7561,261,743,3031,181,114,00058,955,000256,045,056
7Feb 19, 2026 14:3221,8001,272,785,1161,179,676,00062,929,000256,049,152
8Feb 19, 2026 14:3221,8641,272,098,3121,177,271,00068,957,000256,049,152
9Feb 19, 2026 14:3222,1041,288,047,3171,199,967,00059,948,000256,049,152