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 listDec 21, 2025 13:31AnSaAnSaScore: 4,544Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 21, 2025 13:314,525282,704,976237,905,00019,992,000250,044,416
2Dec 21, 2025 13:314,535287,225,221237,514,00020,957,000250,322,944
3Dec 21, 2025 13:314,538289,318,542236,704,00021,972,000250,097,664
4Dec 21, 2025 13:314,540286,290,724235,784,00022,978,000250,306,560
5Dec 21, 2025 13:314,544286,258,518239,982,00018,998,000250,318,848
6Dec 21, 2025 13:314,547290,002,473234,253,00024,920,000250,056,704
7Dec 21, 2025 13:314,549285,360,001239,373,00019,947,000250,044,416
8Dec 21, 2025 13:314,552290,752,847239,521,00019,960,000250,011,648
9Dec 21, 2025 13:314,565284,773,641238,270,00021,932,000250,019,840