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 listAug 22, 2024 16:55Andrey LikhachevAndrey LikhachevScore: 7,587Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 22, 2024 16:557,567953,817,974431,345,9200260,661,248
2Aug 22, 2024 16:557,587944,919,353432,473,3630260,665,344
3Aug 22, 2024 16:557,618983,256,451434,219,4860260,653,056