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 listApr 18, 2026 02:54Charles CabergsCharles CabergsScore: 6,520Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 18, 2026 02:546,510397,908,593327,190,00043,891,000251,842,560
2Apr 18, 2026 02:546,518401,790,658326,590,00044,943,000251,842,560
3Apr 18, 2026 02:546,518396,731,535327,591,00043,945,000252,088,320
4Apr 18, 2026 02:546,519395,290,871324,651,00046,949,000251,846,656
5Apr 18, 2026 02:546,520399,332,314328,688,00042,959,000251,842,560
6Apr 18, 2026 02:546,524397,313,580324,872,00046,981,000251,838,464
7Apr 18, 2026 02:546,525395,994,547328,923,00042,989,000251,846,656
8Apr 18, 2026 02:546,528405,366,247327,080,00045,011,000252,080,128
9Apr 18, 2026 02:546,537404,362,046324,652,00047,948,000251,842,560