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 22, 2023 21:30Alexander FrolovAlexander FrolovScore: 9,823Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 22, 2023 21:309,7501,680,539,622555,746,6100264,847,360
2Dec 22, 2023 21:309,8231,865,535,092559,925,0120263,229,440
3Dec 22, 2023 21:309,8262,001,111,728560,102,4960263,753,728