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:54Victor MerckléVictor MerckléScore: 1,614Success
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:591,607100,593,48970,135,00021,504,000249,909,248stderr
2Aug 29, 2026 12:591,608100,561,01670,088,00021,573,000249,876,480stderr
3Aug 29, 2026 12:591,610101,525,45470,023,00021,780,000249,892,864stderr
4Aug 29, 2026 12:591,612100,166,65970,244,00021,649,000249,905,152stderr
5Aug 29, 2026 12:591,614101,041,02270,153,00021,851,000249,901,056stderr
6Aug 29, 2026 12:591,618100,430,77470,297,00021,961,000249,888,768stderr
7Aug 29, 2026 12:591,622100,579,23470,521,00021,936,000249,892,864stderr
8Aug 29, 2026 12:591,628101,935,67571,039,00021,803,000249,880,576stderr
9Aug 29, 2026 12:591,628101,097,97570,986,00021,839,000249,909,248stderr