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 09:12Kevin HeaveyKevin HeaveyScore: 3,084Success
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 09:142,904176,470,919116,229,00049,306,000250,064,896
2Jul 30, 2026 09:142,923177,652,015116,434,00050,191,000250,064,896
3Jul 30, 2026 09:143,075185,458,812116,173,00059,136,000250,466,304
4Jul 30, 2026 09:143,079186,508,008116,626,00058,919,000250,474,496
5Jul 30, 2026 09:143,084186,017,579116,307,00059,516,000250,466,304
6Jul 30, 2026 09:143,084186,747,556116,695,00059,148,000250,470,400
7Jul 30, 2026 09:143,092187,177,717116,655,00059,610,000250,437,632
8Jul 30, 2026 09:143,094187,368,547116,468,00059,936,000250,474,496
9Jul 30, 2026 09:143,097187,281,731116,552,00059,985,000250,458,112