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 listJan 8, 2025 15:19Bohdan StorozhukBohdan StorozhukScore: 6,116Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 8, 2025 15:196,045368,914,600287,657,00056,932,000251,899,904
2Jan 8, 2025 15:196,053372,199,341287,187,00057,836,000251,908,096
3Jan 8, 2025 15:196,058369,366,681290,440,00054,894,000251,912,192
4Jan 8, 2025 15:196,062376,471,238283,606,00061,914,000251,904,000
5Jan 8, 2025 15:196,116372,135,362286,676,00061,930,000251,895,808
6Jan 8, 2025 15:196,120375,120,319285,863,00062,969,000251,891,712
7Jan 8, 2025 15:196,164381,063,603292,466,00058,892,000252,030,976
8Jan 8, 2025 15:196,178378,279,405286,327,00065,845,000251,904,000
9Jan 8, 2025 15:196,233385,391,384293,390,00061,871,000252,059,648