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 24, 2026 04:43Dominique GarmierDominique GarmierScore: 5,700Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 24, 2026 14:315,692352,159,342273,710,00050,760,000251,887,616
2Mar 24, 2026 14:315,694359,421,991273,642,00050,933,000251,887,616
3Mar 24, 2026 04:435,700348,404,151274,061,00050,825,000251,871,232
4Mar 24, 2026 04:435,700352,672,454272,069,00052,819,000251,908,096
5Mar 24, 2026 04:435,704352,507,034273,273,00051,862,000251,879,424
6Mar 24, 2026 14:315,829363,682,556271,558,00060,677,000251,850,752