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 listApr 8, 2026 23:39Taylor DettlingTaylor DettlingScore: 3,174Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 8, 2026 23:393,169204,275,378157,675,00022,952,000250,146,816
2Apr 8, 2026 23:393,172207,304,157159,818,00020,976,000250,138,624
3Apr 8, 2026 23:393,173203,701,961156,900,00023,984,000250,122,240
4Apr 8, 2026 23:393,174203,219,467157,905,00022,986,000250,032,128
5Apr 8, 2026 23:393,174209,319,606154,947,00025,991,000250,216,448
6Apr 8, 2026 23:393,175203,411,775163,969,00016,996,000250,036,224
7Apr 8, 2026 23:393,180207,415,384155,352,00025,892,000250,130,432
8Apr 8, 2026 23:393,181210,400,667156,398,00024,904,000250,068,992
9Apr 8, 2026 23:393,182209,721,477159,440,00021,923,000250,118,144