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 listDec 29, 2025 20:09HattonuriHattonuriScore: 4,483Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2025 20:064,473281,357,286195,199,00059,754,000252,035,072
2Dec 29, 2025 20:064,476281,555,910196,312,00058,794,000251,916,288
3Dec 29, 2025 20:064,478278,471,270197,399,00057,824,000251,846,656
4Dec 29, 2025 20:094,478277,627,563193,419,00061,814,000251,924,480
5Dec 29, 2025 20:064,480283,425,752195,518,00059,852,000252,039,168
6Dec 29, 2025 20:064,480277,311,376196,522,00058,856,000252,059,648
7Dec 29, 2025 20:064,483278,714,729195,622,00059,884,000252,047,360
8Dec 29, 2025 20:094,483281,720,842193,641,00061,885,000252,035,072
9Dec 29, 2025 20:064,486278,711,665194,755,00060,923,000252,039,168
10Dec 29, 2025 20:064,486290,424,635197,791,00057,938,000251,891,712
11Dec 29, 2025 20:064,490284,105,808196,175,00059,748,000252,030,976
12Dec 29, 2025 20:094,496280,082,084195,462,00060,832,000252,039,168