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 14, 2026 01:30Victor MerckléVictor MerckléScore: 2,009Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 14, 2026 01:322,001121,906,04893,645,00020,430,000249,901,056stderr
2Jul 14, 2026 01:322,002122,023,95093,582,00020,557,000249,884,672stderr
3Jul 14, 2026 01:322,002122,018,24093,632,00020,502,000249,892,864stderr
4Jul 14, 2026 01:322,004122,289,32493,660,00020,592,000249,925,632stderr
5Jul 14, 2026 01:322,009122,551,12194,082,00020,455,000249,884,672stderr
6Jul 14, 2026 01:322,011122,543,71093,876,00020,807,000249,872,384stderr
7Jul 14, 2026 01:322,012123,081,36194,233,00020,472,000249,880,576stderr
8Jul 14, 2026 01:322,019122,977,54994,321,00020,803,000249,888,768stderr
9Jul 14, 2026 01:322,026123,673,53394,451,00021,035,000249,888,768stderr