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 21, 2026 19:16olliecrowolliecrowScore: 3,178Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 19:173,162198,774,671150,391,00029,879,000250,216,448
2Apr 21, 2026 19:173,171202,284,226158,809,00021,973,000250,101,760
3Apr 21, 2026 19:173,171199,781,524154,830,00025,971,000250,236,928
4Apr 21, 2026 19:173,172200,468,557158,965,00021,857,000250,228,736
5Apr 21, 2026 19:173,178202,967,640154,148,00027,026,000250,241,024
6Apr 21, 2026 19:173,181203,452,522162,399,00018,929,000250,081,280
7Apr 21, 2026 19:173,213202,070,985160,134,00023,019,000250,241,024
8Apr 21, 2026 19:173,215199,284,016160,357,00022,908,000250,314,752
9Apr 21, 2026 19:173,217203,143,660162,445,00020,928,000250,261,504