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:53Huy Duc LeHuy Duc LeScore: 17,175Success
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:5317,0921,366,929,300974,224,8310267,579,392
2Feb 22, 2024 14:5317,1751,576,412,108978,959,5260268,025,856
3Feb 22, 2024 14:5317,1941,556,467,388980,034,4300268,062,720