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 listJul 3, 2023 12:50Murat BoluMurat BoluScore: 430,291Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 3, 2023 12:50429,72524,867,423,68724,494,344,5100267,677,696
2Jul 3, 2023 12:50430,29124,876,264,48124,526,598,1730264,368,128
3Jul 3, 2023 12:50430,58624,957,086,28724,543,404,6810267,272,192