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:20Victor MerckléVictor MerckléScore: 2,008Success
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:222,006122,207,17993,903,00020,486,000249,884,672stderr
2Jul 14, 2026 01:222,006122,299,63993,862,00020,482,000249,905,152stderr
3Jul 14, 2026 01:222,008122,618,59593,946,00020,565,000249,896,960stderr
4Jul 14, 2026 01:222,008122,551,01494,095,00020,399,000249,925,632stderr
5Jul 14, 2026 01:222,008122,454,68693,921,00020,582,000249,913,344stderr
6Jul 14, 2026 01:222,009122,404,51793,927,00020,621,000249,905,152stderr
7Jul 14, 2026 01:222,013122,687,05694,021,00020,761,000249,905,152stderr
8Jul 14, 2026 01:222,015122,774,93994,219,00020,684,000249,917,440stderr
9Jul 14, 2026 01:222,028123,520,54194,748,00020,892,000249,880,576stderr