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 13:41Huy Duc LeHuy Duc LeScore: 428,712Success
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 13:41424,63924,520,426,12324,204,428,9910265,220,096
2Feb 18, 2024 13:41428,71224,737,092,28324,436,611,4660268,111,872
3Feb 18, 2024 13:41430,49324,854,759,75924,538,094,7650267,350,016