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 3, 2026 21:42Taylor DettlingTaylor DettlingScore: 3,462Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 21:423,460222,631,712177,203,00020,023,000250,052,608
2Apr 3, 2026 21:433,460220,666,607175,285,00021,910,000250,142,720
3Apr 3, 2026 21:433,460224,363,035172,340,00024,904,000250,081,280
4Apr 3, 2026 21:423,462229,718,198175,407,00021,925,000250,064,896
5Apr 3, 2026 21:423,462222,475,047175,420,00021,927,000250,064,896
6Apr 3, 2026 21:433,471220,795,224174,843,00022,979,000250,044,416