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 listJun 30, 2026 17:22Victor MerckléVictor MerckléScore: 2,125Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 30, 2026 17:242,122128,698,939100,694,00020,263,000249,896,960stderr
2Jun 30, 2026 17:242,124128,871,498100,359,00020,755,000249,905,152stderr
3Jun 30, 2026 17:242,124128,875,860100,775,00020,342,000249,880,576stderr
4Jun 30, 2026 17:242,124130,298,440100,591,00020,485,000249,872,384stderr
5Jun 30, 2026 17:242,125130,448,804100,696,00020,453,000249,896,960stderr
6Jun 30, 2026 17:242,131129,326,197100,923,00020,597,000249,905,152stderr
7Jun 30, 2026 17:242,132129,254,689100,647,00020,905,000249,896,960stderr
8Jun 30, 2026 17:242,134129,696,005100,409,00021,263,000249,876,480stderr
9Jun 30, 2026 17:242,140129,870,209101,304,00020,719,000249,892,864stderr