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:25Kevin HeaveyKevin HeaveyScore: 3,030Success
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:272,868187,982,720112,978,00050,498,000250,060,800
2Jul 30, 2026 09:272,878184,358,893113,412,00050,659,000250,093,568
3Jul 30, 2026 09:272,893194,415,793113,260,00051,681,000250,085,376
4Jul 30, 2026 09:273,030197,153,544113,719,00059,007,000250,470,400
5Jul 30, 2026 09:273,030196,335,897113,350,00059,369,000250,482,688
6Jul 30, 2026 09:273,034197,844,901113,413,00059,540,000250,470,400
7Jul 30, 2026 09:273,038197,858,196113,406,00059,768,000250,454,016
8Jul 30, 2026 09:273,040197,442,848113,899,00059,421,000250,445,824
9Jul 30, 2026 09:273,041197,326,149113,308,00060,054,000250,462,208