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 20, 2026 14:58limanjun99limanjun99Score: 5,111Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2026 14:585,064315,290,575267,675,00020,974,000250,060,800
2Mar 20, 2026 14:585,090314,459,572268,213,00021,935,000250,281,984
3Mar 20, 2026 14:585,100324,798,479269,736,00020,979,000250,056,704
4Mar 20, 2026 14:585,104317,490,007265,997,00024,906,000250,036,224
5Mar 20, 2026 14:585,111321,210,674268,392,00022,948,000250,290,176
6Mar 20, 2026 14:585,120314,247,707268,833,00022,985,000250,257,408
7Mar 20, 2026 14:585,130321,420,223270,465,00021,956,000250,064,896
8Mar 20, 2026 14:585,138320,076,896268,857,00023,987,000250,286,080
9Mar 20, 2026 14:585,146326,236,305270,391,00022,948,000250,060,800