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:23wainCGPwainCGPScore: 17,422Success
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:2317,3321,016,812,780946,991,00040,956,000251,850,752
2Mar 2, 2025 00:2317,4221,020,920,299939,091,00053,947,000251,850,752
3Mar 2, 2025 00:2317,5881,028,594,980957,605,00044,934,000251,850,752