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 22, 2024 14:21Huy Duc LeHuy Duc LeScore: 17,305Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 22, 2024 14:2117,1351,473,618,123976,672,6550266,977,280
2Feb 22, 2024 14:2117,3051,360,391,735986,390,7150267,558,912
3Feb 22, 2024 14:2117,3191,534,000,995987,205,3070267,800,576