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 9, 2026 02:17Taylor DettlingTaylor DettlingScore: 2,975Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 9, 2026 02:182,968194,736,908150,246,00018,905,000250,167,296
2Apr 9, 2026 02:172,969195,894,963144,365,00024,890,000250,195,968
3Apr 9, 2026 02:182,972194,184,052153,470,00015,945,000250,191,872
4Apr 9, 2026 02:162,973201,667,674143,521,00025,913,000250,138,624
5Apr 9, 2026 02:162,975200,499,294153,628,00015,961,000250,028,032
6Apr 9, 2026 02:182,976199,129,340145,706,00023,951,000250,286,080
7Apr 9, 2026 02:172,977194,664,839146,718,00022,955,000250,191,872
8Apr 9, 2026 02:162,980197,157,262146,871,00022,979,000250,023,936
9Apr 9, 2026 02:172,982194,379,566148,986,00020,998,000250,155,008