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 29, 2026 08:36Victor MerckléVictor MerckléScore: 1,615Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 29, 2026 08:391,608100,109,06069,813,00021,880,000249,884,672stderr
2Aug 29, 2026 08:391,611100,369,58070,255,00021,623,000249,896,960stderr
3Aug 29, 2026 08:391,611100,232,85170,335,00021,530,000249,909,248stderr
4Aug 29, 2026 08:391,615101,119,06170,464,00021,599,000249,925,632stderr
5Aug 29, 2026 08:391,615101,132,92070,290,00021,770,000249,888,768stderr
6Aug 29, 2026 08:391,620101,404,01670,501,00021,864,000249,888,768stderr
7Aug 29, 2026 08:391,625101,207,81170,708,00021,948,000249,888,768stderr
8Aug 29, 2026 08:391,626101,083,68270,745,00021,962,000249,896,960stderr
9Aug 29, 2026 08:391,626100,919,72570,757,00021,968,000249,892,864stderr