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 13, 2023 01:08LiamLiamScore: 427,689Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 13, 2023 01:08427,42424,773,122,41724,363,148,9930267,730,944
2Feb 13, 2023 01:08427,68924,767,484,92524,378,272,2030267,837,440
3Feb 13, 2023 01:08443,14825,688,408,71225,259,456,8320267,923,456