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 listFeb 19, 2026 19:42Aleksei ShahoikaAleksei ShahoikaScore: 21,058Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2026 19:4220,9845,174,944,878239,013,000957,082,00096,706,560
2Feb 19, 2026 19:4221,0584,080,314,484242,300,000958,003,000105,725,952
3Feb 19, 2026 19:4221,0784,112,243,900216,444,000985,024,000105,811,968