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 listApr 28, 2026 14:09Victor MerckléVictor MerckléScore: 3,741Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 14:103,731226,781,724166,774,00045,937,000250,114,048
2Apr 28, 2026 14:103,733231,133,034167,858,00044,962,000250,155,008
3Apr 28, 2026 14:103,735237,562,912168,957,00043,988,000250,159,104
4Apr 28, 2026 14:103,738229,302,426171,090,00042,022,000250,171,392
5Apr 28, 2026 14:103,741229,761,279171,402,00041,854,000250,146,816
6Apr 28, 2026 14:103,741235,147,306168,417,00044,844,000250,159,104
7Apr 28, 2026 14:103,742233,772,066170,475,00042,868,000250,126,336
8Apr 28, 2026 14:103,744230,986,644167,559,00045,879,000250,155,008
9Apr 28, 2026 14:103,750230,920,099170,827,00042,956,000250,163,200