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 30, 2026 00:01Kevin HeaveyKevin HeaveyScore: 3,034Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 30, 2026 00:072,908177,910,893120,522,00045,255,000251,682,816
2Jul 30, 2026 00:072,909176,261,394120,309,00045,510,000251,682,816
3Jul 30, 2026 00:073,006181,472,854120,169,00051,218,000250,077,184
4Jul 30, 2026 00:073,034183,022,098120,352,00052,595,000250,150,912
5Jul 30, 2026 00:073,034184,507,787120,247,00052,719,000250,138,624
6Jul 30, 2026 00:073,170191,575,669120,339,00060,398,000250,449,920
7Jul 30, 2026 00:073,188192,582,958120,720,00061,014,000250,454,016
8Jul 30, 2026 00:073,191192,002,847120,609,00061,289,000250,478,592
9Jul 30, 2026 00:073,202193,508,890120,639,00061,914,000250,466,304