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 listDec 29, 2025 18:32KeefeKeefeScore: 5,745Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2025 18:325,737353,117,619268,189,00058,822,000250,277,888
2Dec 29, 2025 18:325,738349,690,122264,253,00062,822,000250,040,320
3Dec 29, 2025 18:325,741354,462,809260,395,00066,844,000250,228,736
4Dec 29, 2025 18:325,742357,704,276264,449,00062,869,000250,290,176
5Dec 29, 2025 18:325,745350,128,069269,571,00057,908,000250,052,608
6Dec 29, 2025 18:325,746353,668,867266,603,00060,909,000250,306,560
7Dec 29, 2025 18:325,749352,931,885264,758,00062,942,000250,048,512
8Dec 29, 2025 18:325,754355,163,170262,170,00065,791,000250,314,752
9Dec 29, 2025 18:325,758355,164,982264,350,00063,843,000250,052,608