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 listApr 17, 2024 01:56Joad NacerJoad NacerScore: 428,644Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 17, 2024 01:56428,53524,740,836,71724,426,475,7380266,248,192
2Apr 17, 2024 01:56428,64424,724,753,42124,432,731,0550267,546,624
3Apr 17, 2024 01:56429,67024,811,044,09824,491,196,8170266,260,480