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 12, 2023 19:40Mykhailo Tsiuptsiun (miktwon) [Flag of Ukraine]Mykhailo Tsiuptsiun (miktwon) [Flag of Ukraine]Score: 59,611Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 12, 2023 19:4059,2773,817,371,2033,378,804,3710261,758,976
2Dec 12, 2023 19:4059,6113,751,677,9703,397,812,9410259,796,992
3Dec 12, 2023 19:4059,7253,737,349,7753,404,343,0370259,354,624