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 listJan 21, 2026 11:12Sergey SerebryakovSergey SerebryakovScore: 4,802Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2026 11:124,797300,017,668232,516,00040,914,000251,834,368
2Jan 21, 2026 11:124,798303,025,047232,552,00040,921,000251,834,368
3Jan 21, 2026 11:124,800297,965,849228,644,00044,930,000251,895,808
4Jan 21, 2026 11:124,802296,383,285232,747,00040,955,000251,834,368
5Jan 21, 2026 11:124,802296,897,692229,774,00043,956,000251,834,368
6Jan 21, 2026 11:124,803301,075,299231,790,00041,962,000251,912,192
7Jan 21, 2026 11:124,803301,420,652226,807,00046,960,000251,899,904
8Jan 21, 2026 11:124,809300,849,893232,237,00041,862,000251,904,000
9Jan 21, 2026 11:124,818299,110,517231,699,00042,944,000251,834,368