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 23, 2026 21:17olliecrowolliecrowScore: 3,955Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 23, 2026 21:183,950244,684,967207,173,00018,015,000250,109,952
2Apr 23, 2026 21:183,953242,070,235203,398,00021,935,000250,138,624
3Apr 23, 2026 21:183,953243,976,183204,431,00020,941,000250,097,664
4Apr 23, 2026 21:183,955238,751,096202,493,00022,942,000250,146,816
5Apr 23, 2026 21:183,955248,514,835204,498,00020,948,000250,089,472
6Apr 23, 2026 21:183,957243,324,586202,612,00022,956,000250,118,144
7Apr 23, 2026 21:183,957244,926,132202,601,00022,954,000250,138,624
8Apr 23, 2026 21:183,959244,292,861203,707,00021,968,000250,105,856
9Apr 23, 2026 21:183,963246,280,719205,927,00019,993,000250,114,048