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 21, 2023 22:59Kenneth MaplesKenneth MaplesScore: 5,558Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 21, 2023 22:595,530561,380,385240,104,00075,094,000268,005,376
2Dec 21, 2023 22:595,534547,702,467251,334,00064,105,000268,075,008
3Dec 21, 2023 22:595,535558,878,223242,136,00073,344,000267,837,440
4Dec 21, 2023 22:595,540567,348,917250,367,00065,402,000267,911,168
5Dec 21, 2023 22:595,540553,617,371242,140,00073,651,000268,001,280
6Dec 21, 2023 22:595,554549,851,629249,615,00066,969,000268,038,144
7Dec 21, 2023 22:595,558558,062,769245,082,00071,731,000267,984,896
8Dec 21, 2023 22:595,567558,307,186244,028,00073,308,000268,009,472
9Dec 21, 2023 22:595,5881,149,210,960318,527,5000266,452,992
10Dec 21, 2023 22:595,630575,145,538250,620,00070,295,000267,354,112
11Dec 21, 2023 22:595,6451,204,102,864321,791,9140266,440,704
12Dec 21, 2023 22:595,6611,158,596,360322,658,0610266,448,896