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 26, 2026 02:05Charles CabergsCharles CabergsScore: 4,353Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 26, 2026 02:074,347266,275,175206,835,00040,967,000251,916,288
2Apr 26, 2026 02:074,349269,078,265204,950,00042,989,000251,904,000
3Apr 26, 2026 02:074,351269,564,254202,048,00046,010,000251,994,112
4Apr 26, 2026 02:074,351265,103,671204,022,00044,004,000251,969,536
5Apr 26, 2026 02:074,353262,166,264209,147,00039,027,000251,981,824
6Apr 26, 2026 02:074,353263,189,223207,133,00041,026,000251,904,000
7Apr 26, 2026 02:074,355266,413,065206,216,00042,044,000251,977,728
8Apr 26, 2026 02:074,356266,160,398205,267,00043,056,000251,985,920
9Apr 26, 2026 02:074,356265,752,113199,477,00048,871,000251,977,728