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 29, 2026 00:56Dominique GarmierDominique GarmierScore: 6,559Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 29, 2026 00:286,557402,552,129352,750,00020,985,000250,048,512
2Mar 29, 2026 00:286,558402,432,006353,807,00019,989,000250,015,744
3Mar 29, 2026 00:286,559399,777,846351,931,00021,933,000250,286,080
4Mar 29, 2026 00:566,559399,221,825354,857,00018,992,000250,200,064
5Mar 29, 2026 00:566,561400,909,568350,020,00023,933,000250,216,448
6Mar 29, 2026 00:566,565399,582,570352,233,00021,952,000250,052,608