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 17, 2024 11:32siahuat0727siahuat0727Score: 449,570Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 17, 2024 11:32448,20525,823,615,73325,547,685,1890265,871,360
2Feb 17, 2024 11:32449,57025,930,429,10125,625,493,3240267,849,728
3Feb 17, 2024 11:32451,04726,028,687,82025,709,695,7500266,870,784