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 listDec 24, 2023 16:30Oleg KovalovOleg KovalovScore: 9,228Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 24, 2023 16:309,154967,727,061521,759,3180265,826,304
2Dec 24, 2023 16:309,2281,005,259,937526,023,0850266,362,880
3Dec 24, 2023 16:309,243995,159,553526,860,0380264,286,208