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 listMar 23, 2026 06:27Dominique GarmierDominique GarmierScore: 6,500Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2026 17:156,496396,166,451328,353,00041,917,000251,883,520
2Mar 20, 2026 17:156,499402,059,537330,492,00039,938,000251,908,096
3Mar 20, 2026 17:156,500394,441,386326,550,00043,939,000251,846,656
4Mar 23, 2026 06:276,500393,270,986328,572,00041,945,000251,834,368
5Mar 23, 2026 06:276,503402,500,898328,694,00041,960,000252,096,512
6Mar 23, 2026 06:276,506395,205,491326,852,00043,980,000251,850,752