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 30, 2025 09:56KeefeKeefeScore: 6,966Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 30, 2025 09:566,957420,155,307372,567,00023,972,000250,032,128
2Apr 30, 2025 09:566,959429,879,474376,705,00019,984,000250,032,128
3Apr 30, 2025 09:566,964430,528,913376,015,00020,945,000250,175,488
4Apr 30, 2025 09:566,966426,729,944374,034,00023,002,000250,175,488
5Apr 30, 2025 09:566,966421,824,485374,115,00022,945,000250,040,320
6Apr 30, 2025 09:566,968426,718,371374,209,00022,951,000250,052,608
7Apr 30, 2025 09:566,969424,201,355377,297,00019,962,000250,290,176
8Apr 30, 2025 09:566,971423,953,047377,380,00019,967,000250,048,512
9Apr 30, 2025 09:566,972424,069,852376,421,00020,967,000250,052,608