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 20, 2025 11:38izotoffizotoffScore: 11,146Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 20, 2025 11:3811,134662,818,982590,718,00043,904,000252,108,800
2Nov 20, 2025 11:3811,134665,081,398587,726,00046,898,000252,018,688
3Nov 20, 2025 11:3811,134661,086,201586,655,00047,971,000252,010,496
4Nov 20, 2025 11:3811,136665,780,350590,824,00043,912,000251,891,712
5Nov 20, 2025 11:3811,146664,494,313589,385,00045,952,000251,908,096
6Nov 20, 2025 11:3811,153663,116,517587,821,00047,903,000252,010,496
7Nov 20, 2025 11:3811,153662,700,730586,835,00048,902,000252,067,840
8Nov 20, 2025 11:3811,161663,657,644589,219,00046,937,000252,059,648
9Nov 20, 2025 11:3811,181665,274,994588,364,00048,947,000252,039,168