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 14, 2026 22:13olliecrowolliecrowScore: 12,410Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 14, 2026 22:1312,380732,981,589662,746,00042,918,000251,838,464
2Feb 14, 2026 22:1312,381737,158,470660,782,00044,917,000251,838,464
3Feb 14, 2026 22:1312,389731,284,843664,206,00041,949,000251,838,464
4Feb 14, 2026 22:1312,389729,956,782662,225,00043,948,000251,838,464
5Feb 14, 2026 22:1312,410729,689,027663,391,00043,959,000251,838,464
6Feb 14, 2026 22:1312,419735,492,537666,929,00040,934,000251,846,656
7Feb 14, 2026 22:1312,421739,283,155665,044,00042,938,000252,092,416
8Feb 14, 2026 22:1312,479738,220,270670,325,00040,958,000251,838,464
9Feb 14, 2026 22:1312,505745,552,733681,819,00030,991,000251,838,464