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 listApr 21, 2026 02:19olliecrowolliecrowScore: 7,693Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 02:207,685466,646,785415,119,00022,951,000251,904,000
2Apr 21, 2026 02:207,691466,569,127422,433,00015,978,000252,092,416
3Apr 21, 2026 02:207,691465,780,810422,428,00015,978,000252,096,512
4Apr 21, 2026 02:207,692464,672,650419,469,00018,975,000252,096,512
5Apr 21, 2026 02:207,693463,655,905419,576,00018,980,000252,104,704
6Apr 21, 2026 02:207,695457,607,138424,644,00013,988,000252,096,512
7Apr 21, 2026 02:207,695468,808,858422,680,00015,987,000252,096,512
8Apr 21, 2026 02:207,698465,649,977421,812,00016,992,000251,899,904
9Apr 21, 2026 02:207,699467,635,143419,947,00018,952,000252,108,800