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 21, 2026 16:09olliecrowolliecrowScore: 4,164Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 16:114,123253,217,372216,036,00019,003,000250,101,760
2Apr 21, 2026 16:114,162256,041,687221,222,00016,016,000250,052,608
3Apr 21, 2026 16:114,162254,111,004219,242,00018,019,000250,105,856
4Apr 21, 2026 16:114,164253,207,014219,428,00017,953,000250,089,472
5Apr 21, 2026 16:114,164257,402,055219,419,00017,952,000250,093,568
6Apr 21, 2026 16:114,167253,722,233211,585,00025,949,000250,101,760
7Apr 21, 2026 16:114,167257,486,306215,587,00021,958,000250,085,376
8Apr 21, 2026 16:114,168257,440,951216,634,00020,964,000250,118,144
9Apr 21, 2026 16:114,169259,766,338214,717,00022,969,000250,101,760