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 listFeb 19, 2025 01:07Ian MckibbenIan MckibbenScore: 7,390Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2025 01:077,384446,665,076401,917,00018,996,000250,302,464
2Feb 19, 2025 01:077,387446,931,638397,104,00023,945,000250,306,560
3Feb 19, 2025 01:077,388450,892,440403,135,00017,961,000250,294,272
4Feb 19, 2025 01:077,388450,013,750401,155,00019,957,000250,310,656
5Feb 19, 2025 01:077,390452,371,865401,251,00019,962,000250,183,680
6Feb 19, 2025 01:077,391448,924,149398,325,00022,961,000250,281,984
7Feb 19, 2025 01:077,392445,403,866399,404,00021,967,000250,216,448
8Feb 19, 2025 01:077,397445,681,074402,636,00018,982,000250,290,176
9Feb 19, 2025 01:077,397446,950,108399,666,00021,981,000250,273,792