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 23, 2024 14:09DanielDanielScore: 380,658Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 23, 2024 14:09379,44721,916,637,67521,628,502,5550265,867,264
2Jul 23, 2024 14:09380,65822,236,233,79421,697,512,0850268,091,392
3Jul 23, 2024 14:09382,04922,328,210,60721,776,811,5230268,058,624