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:11Kevin HeaveyKevin HeaveyScore: 2,844Success
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:142,830171,625,356116,908,00044,446,000251,682,816
2Jul 30, 2026 00:142,833171,556,735117,052,00044,439,000251,682,816
3Jul 30, 2026 00:142,839172,743,641117,497,00044,362,000251,682,816
4Jul 30, 2026 00:142,840173,082,792117,791,00044,108,000251,682,816
5Jul 30, 2026 00:142,844173,031,299117,806,00044,307,000251,682,816
6Jul 30, 2026 00:142,848172,502,636117,826,00044,548,000251,682,816
7Jul 30, 2026 00:142,892175,808,538117,735,00047,157,000249,958,400
8Jul 30, 2026 00:142,902175,507,004117,504,00047,954,000250,023,936
9Jul 30, 2026 00:142,957179,131,499117,458,00051,126,000250,101,760