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 17, 2026 15:57Victor MerckléVictor MerckléScore: 2,237Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 17, 2026 16:002,229136,197,767105,269,00021,790,000249,901,056stderr
2Aug 17, 2026 16:002,229136,166,138105,069,00022,037,000249,884,672stderr
3Aug 17, 2026 16:002,229136,067,388105,112,00021,979,000249,892,864stderr
4Aug 17, 2026 16:002,230136,244,619104,968,00022,160,000249,864,192stderr
5Aug 17, 2026 16:002,237136,669,093105,656,00021,904,000249,872,384stderr
6Aug 17, 2026 16:002,241136,268,206105,632,00022,116,000249,892,864stderr
7Aug 17, 2026 16:002,242136,189,721105,567,00022,228,000249,880,576stderr
8Aug 17, 2026 16:002,250136,840,004105,959,00022,299,000249,880,576stderr
9Aug 17, 2026 16:002,263138,146,651106,761,00022,239,000249,905,152stderr