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 listJul 23, 2024 14:49DanielDanielScore: 17,558Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 23, 2024 14:4917,0704,087,806,322972,980,0880134,885,376
2Jul 23, 2024 14:4917,5584,111,803,6471,000,824,6580135,049,216
3Jul 23, 2024 14:4917,6404,177,673,9881,005,484,3920134,975,488