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 listFeb 18, 2024 15:09Huy Duc LeHuy Duc LeScore: 24,861Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 18, 2024 15:0924,8591,967,781,2161,416,962,8810267,972,608
2Feb 18, 2024 15:0924,8611,983,454,0261,417,079,2980268,034,048
3Feb 18, 2024 15:0925,2451,780,012,7061,438,943,0080267,612,160