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 listMar 12, 2026 02:38olliecrowolliecrowScore: 4,116Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 12, 2026 02:384,111266,872,393215,401,00018,947,000250,249,216
2Mar 22, 2026 23:304,111264,810,643214,389,00019,943,000250,253,312
3Mar 22, 2026 23:304,112260,940,725212,447,00021,942,000250,044,416
4Mar 22, 2026 23:304,116264,428,497213,642,00020,964,000250,241,024
5Mar 12, 2026 02:384,138264,547,258215,887,00019,989,000250,261,504
6Mar 12, 2026 02:384,142266,171,579214,065,00022,006,000250,040,320