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 listAug 29, 2024 16:42AnSaAnSaScore: 28,004Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 29, 2024 16:4227,9921,868,998,3261,595,533,7840267,837,440
2Aug 29, 2024 16:4228,0041,866,695,1921,596,202,7270267,825,152
3Aug 29, 2024 16:4228,0601,905,423,4221,599,399,6900267,698,176