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 listJul 6, 2026 20:26Victor MerckléVictor MerckléScore: 2,034Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 6, 2026 20:292,026123,321,47894,230,00021,257,000249,888,768stderr
2Jul 6, 2026 20:292,032123,653,54394,940,00020,899,000249,876,480stderr
3Jul 6, 2026 20:292,033123,720,02595,101,00020,822,000249,892,864stderr
4Jul 6, 2026 20:292,034123,775,44594,752,00021,230,000249,909,248stderr
5Jul 6, 2026 20:292,034123,851,62694,723,00021,248,000249,880,576stderr
6Jul 6, 2026 20:292,038123,983,43695,255,00020,945,000249,892,864stderr
7Jul 6, 2026 20:292,039124,015,82495,133,00021,109,000249,909,248stderr
8Jul 6, 2026 20:292,040124,078,98095,336,00020,975,000249,872,384stderr
9Jul 6, 2026 20:292,046125,136,20295,628,00021,041,000249,868,288stderr