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 15:48Huy Duc LeHuy Duc LeScore: 8,753Success
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 15:478,7271,116,738,917497,459,9000259,719,168
2Feb 22, 2024 15:478,7411,013,735,012498,251,8800259,420,160
3Feb 22, 2024 15:488,7461,122,544,724498,516,3870259,817,472
4Feb 22, 2024 15:488,7531,115,782,787498,935,2100259,858,432
5Feb 22, 2024 15:478,7551,105,532,696499,018,9270259,862,528
6Feb 22, 2024 15:488,8161,120,062,203502,488,4380259,747,840