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 21, 2026 23:54Taylor DettlingTaylor DettlingScore: 3,004Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 23:563,002193,406,070150,265,00020,897,000250,105,856
2Apr 21, 2026 23:563,003188,126,389145,330,00025,880,000250,093,568
3Apr 21, 2026 23:563,003192,097,910151,155,00020,020,000250,081,280
4Apr 21, 2026 23:563,004189,258,497148,373,00022,903,000250,134,528
5Apr 21, 2026 23:563,004195,098,805149,347,00021,904,000250,118,144
6Apr 21, 2026 23:563,004187,009,458144,396,00026,887,000250,130,432
7Apr 21, 2026 23:563,007191,619,397151,515,00019,936,000250,101,760
8Apr 21, 2026 23:563,007188,321,850145,503,00025,911,000250,101,760
9Apr 21, 2026 23:563,013188,734,587150,782,00020,969,000250,146,816