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, 2025 00:13Ian MckibbenIan MckibbenScore: 9,235Success
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, 2025 00:139,226554,180,548505,885,00019,995,000250,179,584
2Feb 19, 2025 00:139,233551,146,462506,318,00019,973,000250,187,776
3Feb 19, 2025 00:139,234554,964,240503,344,00022,970,000250,060,800
4Feb 19, 2025 00:139,234549,161,930504,383,00021,973,000250,318,848
5Feb 19, 2025 00:139,235554,418,514505,424,00020,976,000250,187,776
6Feb 19, 2025 00:139,238550,573,026500,587,00025,978,000250,064,896
7Feb 19, 2025 00:139,238549,841,732505,610,00020,983,000250,314,752
8Feb 19, 2025 00:139,241549,498,345505,726,00020,988,000250,195,968
9Feb 19, 2025 00:139,243551,067,699505,870,00020,994,000250,179,584