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 listNov 19, 2025 01:34izotoffizotoffScore: 37,381Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 19, 2025 01:3437,0932,331,297,8561,874,612,000239,694,000143,609,856
2Nov 19, 2025 01:3437,1292,335,660,7061,873,551,000242,812,000143,568,896
3Nov 19, 2025 01:3437,2252,345,721,0831,868,104,000253,742,000143,814,656
4Nov 19, 2025 01:3437,3502,355,076,8651,870,444,000258,508,000149,950,464
5Nov 19, 2025 01:3437,3812,370,296,2681,864,127,000266,589,000143,634,432
6Nov 19, 2025 01:3437,8712,543,225,9611,884,307,000274,335,000152,039,424
7Nov 19, 2025 01:3439,8473,226,264,2131,908,115,000363,160,000143,409,152
8Nov 19, 2025 01:3440,8593,594,474,6071,895,495,000433,458,000151,994,368
9Nov 19, 2025 01:3440,9603,615,582,1271,920,370,000414,337,000143,671,296