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 listMar 2, 2025 00:44wainCGPwainCGPScore: 13,841Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 2, 2025 00:4413,815810,286,625739,487,00047,966,000252,092,416
2Mar 2, 2025 00:4413,827813,052,942743,194,00044,951,000252,088,320
3Mar 2, 2025 00:4413,838809,590,484734,787,00053,984,000251,858,944
4Mar 2, 2025 00:4413,840812,907,460734,946,00053,922,000251,854,848
5Mar 2, 2025 00:4413,841815,313,410744,006,00044,939,000251,834,368
6Mar 2, 2025 00:4413,846820,654,078741,288,00047,953,000251,850,752
7Mar 2, 2025 00:4413,883814,894,072738,401,00052,957,000251,850,752
8Mar 2, 2025 00:4413,891821,699,902745,784,00045,986,000251,850,752
9Mar 2, 2025 00:4413,892820,392,783743,911,00047,929,000251,850,752