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 2, 2026 07:00A_ShamanA_ShamanScore: 6,618Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 2, 2026 07:026,591402,298,937283,150,00092,558,000238,510,080
2Jul 2, 2026 07:026,596405,093,485283,059,00092,946,000238,530,560
3Jul 2, 2026 07:026,614399,115,593283,154,00093,880,000238,444,544
4Jul 2, 2026 07:026,614396,887,357282,950,00094,099,000238,645,248
5Jul 2, 2026 07:026,618398,538,031283,234,00094,002,000238,624,768
6Jul 2, 2026 07:026,627410,643,187282,905,00094,886,000236,924,928
7Jul 2, 2026 07:026,630408,343,036283,103,00094,827,000238,510,080
8Jul 2, 2026 07:026,631399,247,485283,266,00094,743,000238,497,792
9Jul 2, 2026 07:026,645399,844,867283,299,00095,487,000238,485,504