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 listAug 29, 2026 12:06Victor MerckléVictor MerckléScore: 1,703Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 29, 2026 12:101,694105,738,13574,065,00022,541,000249,880,576stderr
2Aug 29, 2026 12:101,695105,003,80573,876,00022,778,000249,896,960stderr
3Aug 29, 2026 12:101,695105,203,19174,040,00022,601,000249,884,672stderr
4Aug 29, 2026 12:101,695105,619,26274,132,00022,494,000249,888,768stderr
5Aug 29, 2026 12:101,703105,295,63474,292,00022,803,000249,884,672stderr
6Aug 29, 2026 12:101,703106,086,25174,211,00022,865,000249,929,728stderr
7Aug 29, 2026 12:101,716106,107,32574,974,00022,884,000249,901,056stderr
8Aug 29, 2026 12:101,717106,362,23375,081,00022,805,000249,892,864stderr
9Aug 29, 2026 12:101,718106,352,87575,146,00022,785,000249,905,152stderr