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 listAug 16, 2026 22:27Victor MerckléVictor MerckléScore: 1,633Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 22:291,621100,796,93770,908,00021,532,000249,901,056stderr
2Aug 16, 2026 22:291,622100,966,90671,154,00021,317,000249,896,960stderr
3Aug 16, 2026 22:291,629101,976,40771,516,00021,370,000249,884,672stderr
4Aug 16, 2026 22:291,633101,595,57171,580,00021,526,000249,896,960stderr
5Aug 16, 2026 22:291,633102,264,44071,716,00021,399,000249,880,576stderr
6Aug 16, 2026 22:291,634102,689,42171,540,00021,609,000249,905,152stderr
7Aug 16, 2026 22:291,641102,065,27971,880,00021,699,000249,905,152stderr
8Aug 16, 2026 22:291,647103,356,23172,239,00021,679,000249,901,056stderr
9Aug 16, 2026 22:291,647102,267,46672,200,00021,687,000249,896,960stderr