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 18:49Victor MerckléVictor MerckléScore: 2,173Success
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 18:522,166133,405,781101,600,00021,883,000249,917,440stderr
2Jul 7, 2026 18:522,169134,489,979101,825,00021,830,000249,909,248stderr
3Jul 7, 2026 18:522,171134,124,599102,087,00021,711,000249,913,344stderr
4Jul 7, 2026 18:522,171134,171,023102,077,00021,716,000249,905,152stderr
5Jul 7, 2026 18:522,173134,206,364101,989,00021,920,000249,929,728stderr
6Jul 7, 2026 18:522,174134,473,496102,070,00021,870,000249,933,824stderr
7Jul 7, 2026 18:522,175134,576,610101,848,00022,137,000249,937,920stderr
8Jul 7, 2026 18:522,177134,722,129102,025,00022,103,000249,929,728stderr
9Jul 7, 2026 18:522,179134,754,105102,262,00021,993,000249,901,056stderr