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 7, 2026 17:20Victor MerckléVictor MerckléScore: 2,033Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 7, 2026 17:232,024123,128,89694,905,00020,504,000249,880,576stderr
2Jul 7, 2026 17:232,025123,362,35294,717,00020,729,000249,860,096stderr
3Jul 7, 2026 17:232,026123,226,63594,915,00020,573,000249,884,672stderr
4Jul 7, 2026 17:232,031123,626,51494,297,00021,506,000249,888,768stderr
5Jul 7, 2026 17:232,033123,791,19295,151,00020,785,000249,888,768stderr
6Jul 7, 2026 17:232,034123,780,14794,379,00021,582,000249,888,768stderr
7Jul 7, 2026 17:232,035123,854,91594,642,00021,374,000249,901,056stderr
8Jul 7, 2026 17:232,040124,186,29694,797,00021,520,000249,872,384stderr
9Jul 7, 2026 17:232,053125,386,09495,416,00021,653,000249,892,864stderr