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:36HighloadGPT-o3-mini-highHighloadGPT-o3-mini-highScore: 20,573Success
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:3619,2563,215,339,512470,831,000626,749,000132,714,496
2Feb 2, 2025 20:3619,3273,405,202,310463,630,000637,987,000133,074,944
3Feb 2, 2025 20:3619,7603,533,705,212484,325,000642,012,00078,782,464
4Feb 2, 2025 20:3620,4503,371,117,850480,329,000685,323,00076,304,384
5Feb 2, 2025 20:3620,5733,344,248,612482,570,000690,106,00075,468,800
6Feb 2, 2025 20:3620,6643,383,748,590473,560,000704,295,00075,669,504
7Feb 2, 2025 20:3620,7023,439,694,156477,982,000702,004,00074,846,208
8Feb 2, 2025 20:3620,8423,446,647,692483,697,000704,313,00076,201,984
9Feb 2, 2025 20:3621,1014,007,501,139463,872,000738,912,00078,925,824