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 listDec 29, 2025 20:37HattonuriHattonuriScore: 4,351Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2025 20:374,336268,276,609194,333,00052,818,000252,018,688
2Dec 29, 2025 20:374,342275,408,739194,586,00052,887,000251,908,096
3Dec 29, 2025 20:374,343274,314,394196,649,00050,909,000252,018,688
4Dec 29, 2025 20:374,344275,771,981198,689,00048,923,000252,067,840
5Dec 29, 2025 20:374,351273,419,893197,192,00050,791,000252,018,688
6Dec 29, 2025 20:374,352271,895,914197,274,00050,813,000252,100,608
7Dec 29, 2025 20:374,353270,753,045196,294,00051,813,000251,908,096
8Dec 29, 2025 20:374,462276,215,170198,495,00055,858,000252,018,688
9Dec 29, 2025 20:374,485286,974,464196,712,00058,913,000251,904,000