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 2, 2025 20:33HighloadGPT-o3-mini-highHighloadGPT-o3-mini-highScore: 21,576Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 2, 2025 20:3320,7373,911,146,277518,348,000663,642,00099,352,576
2Feb 2, 2025 20:3320,9823,812,835,023537,562,000658,385,00076,836,864
3Feb 2, 2025 20:3321,0233,955,849,021522,760,000675,567,00072,605,696
4Feb 2, 2025 20:3321,5033,465,572,697526,145,000699,499,00074,854,400
5Feb 2, 2025 20:3321,5763,468,651,660526,481,000703,323,00075,644,928
6Feb 2, 2025 20:3321,6243,471,896,976546,448,000686,142,00075,026,432
7Feb 2, 2025 20:3321,6713,488,532,023523,269,000712,005,00074,252,288
8Feb 2, 2025 20:3321,6773,512,850,705519,148,000716,444,00067,567,616
9Feb 2, 2025 20:3322,2044,085,385,944543,457,000722,185,00074,801,152