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:43A_ShamanA_ShamanScore: 6,820Success
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:456,765419,606,748298,430,00087,196,000241,455,104
2Jul 2, 2026 06:456,802408,476,294299,617,00088,142,000241,635,328
3Jul 2, 2026 06:456,811408,923,031299,873,00088,377,000241,623,040
4Jul 2, 2026 06:456,819409,569,644300,123,00088,575,000241,614,848
5Jul 2, 2026 06:456,820410,025,556298,929,00089,830,000241,549,312
6Jul 2, 2026 06:456,821410,468,015300,795,00088,031,000241,643,520
7Jul 2, 2026 06:456,823409,838,755299,817,00089,137,000241,647,616
8Jul 2, 2026 06:456,834411,190,585300,099,00089,456,000241,438,720
9Jul 2, 2026 06:456,857412,335,077300,818,00090,057,000241,401,856