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 02:09Victor MerckléVictor MerckléScore: 1,652Success
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 02:111,641101,732,86272,267,00021,299,000249,896,960stderr
2Aug 16, 2026 02:111,641103,097,69272,806,00020,731,000249,880,576stderr
3Aug 16, 2026 02:111,644102,135,49072,872,00020,886,000249,876,480stderr
4Aug 16, 2026 02:111,646102,256,60172,437,00021,439,000249,896,960stderr
5Aug 16, 2026 02:111,652102,577,42672,880,00021,291,000249,888,768stderr
6Aug 16, 2026 02:111,652102,582,38572,853,00021,357,000249,892,864stderr
7Aug 16, 2026 02:111,666103,428,42874,136,00020,832,000249,884,672stderr
8Aug 16, 2026 02:111,668103,620,36774,265,00020,851,000249,896,960stderr
9Aug 16, 2026 02:111,672103,820,30974,495,00020,844,000249,872,384stderr