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 15, 2024 16:24Ryan Chung Yi ShengRyan Chung Yi ShengScore: 7,103Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 15, 2024 16:347,083707,085,418403,722,9450267,001,856
2Feb 15, 2024 16:247,085697,391,863403,864,5890265,252,864
3Feb 15, 2024 16:347,089692,734,446404,060,2470268,279,808
4Feb 15, 2024 16:247,103707,778,546404,851,6910265,490,432
5Feb 15, 2024 16:347,104703,849,368404,914,5870265,584,640
6Feb 15, 2024 16:247,161720,674,157408,160,6310265,723,904