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 23:56Taylor DettlingTaylor DettlingScore: 2,973Success
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 23:582,968187,025,224146,327,00022,894,000250,101,760
2Apr 21, 2026 23:582,969188,217,815146,353,00022,898,000250,146,816
3Apr 21, 2026 23:582,970188,116,684149,282,00020,037,000250,105,856
4Apr 21, 2026 23:582,972189,022,880148,513,00020,931,000250,093,568
5Apr 21, 2026 23:582,973184,167,739146,548,00022,929,000250,122,240
6Apr 21, 2026 23:582,973188,041,979147,539,00021,931,000250,093,568
7Apr 21, 2026 23:582,974184,792,628149,575,00019,943,000250,130,432
8Apr 21, 2026 23:582,976187,069,273146,693,00022,952,000250,134,528
9Apr 21, 2026 23:582,978185,433,570148,808,00020,972,000250,105,856