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 2, 2026 06:51A_ShamanA_ShamanScore: 6,895Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 2, 2026 06:556,877413,183,582302,942,00089,082,000239,820,800
2Jul 2, 2026 06:556,880413,334,266301,751,00090,445,000239,587,328
3Jul 2, 2026 06:556,886419,038,366303,077,00089,431,000239,570,944
4Jul 2, 2026 06:556,887413,626,003303,297,00089,318,000239,779,840
5Jul 2, 2026 06:556,895414,228,739302,074,00090,977,000239,632,384
6Jul 2, 2026 06:556,935415,939,323304,136,00091,168,000239,640,576
7Jul 2, 2026 06:556,938428,816,465302,757,00092,717,000239,632,384
8Jul 2, 2026 06:556,945415,511,244304,712,00091,204,000239,640,576
9Jul 2, 2026 06:556,960418,858,965304,525,00092,201,000239,824,896