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 listMar 4, 2026 23:26olliecrowolliecrowScore: 4,575Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 23:264,569286,664,293237,503,00022,952,000250,044,416
2Mar 4, 2026 23:264,570288,611,549236,529,00023,952,000250,064,896
3Mar 4, 2026 23:264,574293,351,876239,752,00020,978,000250,052,608
4Mar 4, 2026 23:264,575286,476,941237,777,00022,978,000250,040,320
5Mar 4, 2026 23:264,575282,551,190238,811,00021,982,000250,040,320
6Mar 4, 2026 23:264,576288,683,093239,834,00020,985,000250,056,704
7Mar 4, 2026 23:264,576282,565,375238,863,00021,987,000250,257,408
8Mar 4, 2026 23:264,578286,089,574238,970,00021,997,000250,052,608
9Mar 4, 2026 23:264,580288,044,020237,125,00023,911,000250,093,568