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 29, 2026 12:30Kevin HeaveyKevin HeaveyScore: 3,537Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 29, 2026 12:323,523210,943,735154,890,00045,956,000251,682,816
2Jul 29, 2026 12:323,526211,000,918155,138,00045,860,000251,682,816
3Jul 29, 2026 12:323,532212,441,755155,750,00045,592,000251,682,816
4Jul 29, 2026 12:323,536211,677,501155,304,00046,291,000251,682,816
5Jul 29, 2026 12:323,537211,729,706155,903,00045,757,000251,682,816
6Jul 29, 2026 12:323,545214,981,048156,233,00045,846,000251,682,816
7Jul 29, 2026 12:323,548213,131,115156,202,00046,087,000251,682,816
8Jul 29, 2026 12:323,556212,832,459156,410,00046,313,000251,682,816
9Jul 29, 2026 12:323,578214,245,700157,165,00046,809,000251,682,816