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 22, 2026 08:07olliecrowolliecrowScore: 3,152Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 22, 2026 08:083,141200,834,475125,639,00053,421,000250,224,640
2Apr 22, 2026 08:083,145200,434,214153,374,00025,894,000250,253,312
3Apr 22, 2026 08:083,145195,646,707131,725,00047,540,000250,339,328
4Apr 22, 2026 08:083,147198,339,533143,508,00035,877,000250,236,928
5Apr 22, 2026 08:083,152198,891,935153,735,00025,955,000250,101,760
6Apr 22, 2026 08:083,162199,432,760139,434,00040,834,000250,126,336
7Apr 22, 2026 08:083,166199,245,886146,598,00033,907,000250,085,376
8Apr 22, 2026 08:083,173197,698,998172,914,0007,996,000250,101,760
9Apr 22, 2026 08:083,180195,175,848179,263,0002,002,000250,109,952