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 4, 2025 16:56Oleg KovalovOleg KovalovScore: 231,362Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 4, 2025 16:56231,20713,215,392,0206,945,157,0006,233,653,000251,850,752
2Feb 4, 2025 16:56231,36213,221,153,9207,032,079,0006,155,568,000251,846,656
3Feb 4, 2025 16:56231,99713,254,162,5416,989,199,0006,234,609,000251,858,944