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 16, 2026 19:54Victor MerckléVictor MerckléScore: 1,795Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 19:591,786110,904,88080,136,00021,713,000249,864,192stderr
2Aug 16, 2026 19:591,786110,911,29380,282,00021,546,000249,901,056stderr
3Aug 16, 2026 19:591,790111,115,85480,344,00021,716,000249,896,960stderr
4Aug 16, 2026 19:591,792111,327,95780,527,00021,658,000249,905,152stderr
5Aug 16, 2026 19:591,795111,391,61580,734,00021,620,000249,872,384stderr
6Aug 16, 2026 19:591,798111,491,40280,771,00021,725,000249,856,000stderr
7Aug 16, 2026 19:591,811112,407,48781,219,00022,053,000249,876,480stderr
8Aug 16, 2026 19:591,814112,445,64281,469,00021,964,000249,884,672stderr
9Aug 16, 2026 19:591,821112,907,20781,492,00022,335,000249,868,288stderr