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 listJul 7, 2026 07:16Victor MerckléVictor MerckléScore: 3,618Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 7, 2026 07:192,058125,366,54395,347,00021,970,000249,905,152stderr
2Jul 7, 2026 07:192,075128,259,27196,194,00022,090,000249,929,728stderr
3Jul 7, 2026 07:192,634160,382,794109,730,00040,427,000250,052,608stderr
4Jul 7, 2026 07:193,594214,010,882133,502,00071,389,000250,343,424stderr
5Jul 7, 2026 07:193,618216,036,105134,946,00071,332,000250,347,520stderr
6Jul 7, 2026 07:194,043238,932,798144,584,00085,874,000250,441,728stderr
7Jul 7, 2026 07:194,128246,147,334149,176,00086,171,000250,482,688stderr
8Jul 7, 2026 07:194,131246,049,095148,541,00086,938,000250,478,592stderr
9Jul 7, 2026 07:194,206249,882,076147,821,00091,931,000250,458,112stderr