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 26, 2025 15:59wainCGPwainCGPScore: 23,510Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 26, 2025 15:5923,0561,345,458,0531,278,192,00035,977,000251,850,752
2Feb 26, 2025 15:5923,5101,367,874,1371,300,121,00039,972,000251,850,752
3Feb 26, 2025 15:5925,1101,454,278,4841,388,291,00042,978,000251,850,752