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 16, 2024 18:57Joad NacerJoad NacerScore: 6,219Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 16, 2024 18:576,217375,636,169281,499,00072,870,000251,977,728
2Dec 16, 2024 18:576,219379,803,605280,585,00073,890,000251,969,536
3Dec 16, 2024 18:576,227384,506,922290,963,00063,991,000251,977,728