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 listJan 21, 2024 20:51Yuriy LyfenkoYuriy LyfenkoScore: 4,689Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2024 20:514,6531,165,303,809265,204,3320264,601,600
2Jan 21, 2024 20:514,6531,160,792,666265,211,9900267,210,752
3Jan 21, 2024 20:514,6611,110,553,143199,514,00066,175,000267,804,672
4Jan 21, 2024 20:514,6691,166,793,731266,161,2840267,108,352
5Jan 21, 2024 20:514,6871,115,103,550203,996,00063,166,000267,816,960
6Jan 21, 2024 20:514,6871,113,285,999188,648,00078,523,000267,837,440
7Jan 21, 2024 20:514,6891,110,469,714195,002,00072,259,000268,001,280
8Jan 21, 2024 20:514,6901,099,581,394202,020,00065,299,000267,931,648
9Jan 21, 2024 20:514,6981,131,662,491197,243,00070,517,000267,882,496
10Jan 21, 2024 20:514,6981,115,664,577205,252,00062,513,000267,751,424
11Jan 21, 2024 20:514,7501,115,159,146196,442,00074,302,000267,780,096
12Jan 21, 2024 20:514,7551,129,804,036195,273,00075,777,000267,849,728