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 30, 2026 00:06Kevin HeaveyKevin HeaveyScore: 2,869Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 30, 2026 00:092,830171,394,518117,263,00044,057,000251,682,816
2Jul 30, 2026 00:092,861173,961,708119,113,00043,966,000251,682,816
3Jul 30, 2026 00:092,864173,429,100119,230,00044,026,000251,682,816
4Jul 30, 2026 00:092,866174,287,202119,132,00044,286,000251,682,816
5Jul 30, 2026 00:092,869174,346,064119,178,00044,387,000251,682,816
6Jul 30, 2026 00:092,883175,824,877119,806,00044,552,000251,682,816
7Jul 30, 2026 00:092,941179,224,175117,210,00050,468,000250,093,568
8Jul 30, 2026 00:092,956179,316,903117,186,00051,318,000250,109,952
9Jul 30, 2026 00:093,000181,130,258119,486,00051,551,000250,122,240