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 29, 2026 15:20Victor MerckléVictor MerckléScore: 2,888Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 15:222,866177,951,997142,485,00020,924,000250,126,336
2Apr 29, 2026 15:222,869180,250,641143,621,00019,947,000250,089,472
3Apr 29, 2026 15:222,875180,726,662141,907,00021,985,000250,056,704
4Apr 29, 2026 15:222,880182,435,186141,166,00023,027,000250,077,184
5Apr 29, 2026 15:222,888179,752,550144,687,00019,956,000250,101,760
6Apr 29, 2026 15:222,888182,144,699141,680,00022,948,000250,167,296
7Apr 29, 2026 15:222,891183,886,135145,836,00018,978,000250,142,720
8Apr 29, 2026 15:222,892182,693,258143,873,00020,981,000250,130,432
9Apr 29, 2026 15:222,894182,438,500144,989,00019,998,000250,118,144