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 listNov 13, 2024 17:01Dan StolyarovDan StolyarovScore: 37,501Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 13, 2024 17:0137,4452,387,036,9582,023,068,000111,278,000262,934,528
2Nov 13, 2024 17:0137,5012,392,032,4672,049,418,00088,147,000263,102,464
3Nov 13, 2024 17:0137,5452,379,181,7992,041,810,00098,279,000263,110,656