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:10Huy Duc LeHuy Duc LeScore: 24,814Success
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:1024,8131,735,741,3881,414,323,0300267,796,480
2Feb 18, 2024 15:1024,8141,721,446,3361,414,374,7200265,412,608
3Feb 18, 2024 15:1024,8891,754,249,7001,418,670,9340267,550,720