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 08:10Victor MerckléVictor MerckléScore: 2,121Success
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 08:152,103130,436,49497,288,00022,608,000249,917,440stderr
2Jul 7, 2026 08:152,106129,425,12497,307,00022,742,000249,933,824stderr
3Jul 7, 2026 08:152,111129,705,96597,310,00023,024,000249,909,248stderr
4Jul 7, 2026 08:152,118130,095,79297,656,00023,097,000249,892,864stderr
5Jul 7, 2026 08:152,121130,386,56397,302,00023,611,000249,950,208stderr
6Jul 7, 2026 08:152,122130,343,72997,755,00023,223,000249,892,864stderr
7Jul 7, 2026 08:152,132130,917,38598,248,00023,296,000249,933,824stderr
8Jul 7, 2026 08:152,669161,669,527111,958,00040,207,000250,138,624stderr
9Jul 7, 2026 08:152,701164,868,712111,594,00042,368,000250,056,704stderr