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 12, 2023 13:17Vadim AlekseevVadim AlekseevScore: 22,663Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 12, 2023 13:1722,6462,718,480,6721,290,805,0150262,311,936
2Dec 12, 2023 13:1722,6632,737,214,4081,291,810,2680261,935,104
3Dec 12, 2023 13:1722,7372,465,352,4731,296,031,8150262,381,568