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 29, 2025 17:57HattonuriHattonuriScore: 19,621Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2025 17:5719,5791,144,454,3601,059,032,00056,947,000252,030,976
2Dec 29, 2025 17:5719,5811,137,663,8401,060,150,00055,955,000252,006,400
3Dec 29, 2025 17:5719,5971,141,491,5611,057,066,00059,947,000252,026,880
4Dec 29, 2025 17:5719,6121,145,662,0991,057,958,00059,941,000252,026,880
5Dec 29, 2025 17:5719,6211,154,863,4761,063,420,00054,970,000252,067,840
6Dec 29, 2025 17:5719,6241,142,280,7061,055,655,00062,919,000251,854,848
7Dec 29, 2025 17:5719,6261,148,188,2971,057,730,00060,926,000252,051,456
8Dec 29, 2025 17:5719,6261,142,298,3521,059,729,00058,929,000252,022,784
9Dec 29, 2025 17:5720,5231,201,051,6021,108,870,00060,937,000252,010,496