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, 2026 15:14Aleksei ShahoikaAleksei ShahoikaScore: 17,187Success
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, 2026 15:1416,6703,495,697,639213,669,000736,518,00059,244,544
2Feb 19, 2026 15:1416,7364,527,869,658232,047,000721,925,00059,359,232
3Feb 19, 2026 15:1416,7853,657,765,490213,294,000743,455,00060,608,512
4Feb 19, 2026 15:1417,0743,351,852,527212,828,000760,388,00060,813,312
5Feb 19, 2026 15:1417,1873,407,924,611214,617,000765,023,00059,314,176
6Feb 19, 2026 15:1417,2073,362,363,796217,050,000763,734,00059,691,008
7Feb 19, 2026 15:1417,2633,348,790,947205,246,000778,730,00059,965,440
8Feb 19, 2026 15:1417,2873,381,786,311208,486,000776,897,00059,432,960
9Feb 19, 2026 15:1417,3913,446,036,060223,509,000767,797,00059,625,472