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 16, 2026 14:29Victor MerckléVictor MerckléScore: 1,614Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 14:311,60299,708,94670,544,00020,780,000249,880,576stderr
2Aug 16, 2026 14:311,610100,898,47470,382,00021,395,000249,876,480stderr
3Aug 16, 2026 14:311,611100,041,73070,475,00021,399,000249,860,096stderr
4Aug 16, 2026 14:311,611100,849,16870,431,00021,402,000249,888,768stderr
5Aug 16, 2026 14:311,614101,134,03070,579,00021,464,000249,856,000stderr
6Aug 16, 2026 14:311,614101,099,95770,583,00021,447,000249,884,672stderr
7Aug 16, 2026 14:311,632102,149,90371,475,00021,590,000249,888,768stderr
8Aug 16, 2026 14:311,633103,479,66071,494,00021,598,000249,884,672stderr
9Aug 16, 2026 14:311,635102,299,20371,519,00021,698,000249,905,152stderr