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 29, 2023 23:15Mykhailo Tsiuptsiun (miktwon) [Flag of Ukraine]Mykhailo Tsiuptsiun (miktwon) [Flag of Ukraine]Score: 14,687Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2023 23:1514,6401,120,725,535834,453,5920262,553,600
2Dec 29, 2023 23:1514,6871,151,879,445837,163,1340264,409,088
3Dec 29, 2023 23:1514,7731,163,975,581842,049,0420263,192,576