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 listNov 5, 2024 05:03Lucas Sta MariaLucas Sta MariaScore: 422,382Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 5, 2024 05:03421,84424,316,734,72412,521,204,00011,523,904,000268,099,584
2Nov 5, 2024 05:03421,91224,331,945,57112,508,668,00011,540,313,000268,050,432
3Nov 5, 2024 05:03421,92424,339,051,76112,422,618,00011,627,026,000268,029,952
4Nov 5, 2024 05:03422,20924,359,241,64112,556,968,00011,508,971,000267,976,704
5Nov 5, 2024 05:03422,38224,357,861,10412,383,558,00011,692,196,000268,107,776
6Nov 5, 2024 05:03422,43324,360,712,78912,539,244,00011,539,464,000267,931,648
7Nov 5, 2024 05:03424,18824,472,617,43312,692,827,00011,485,889,000268,087,296
8Nov 5, 2024 05:03425,97224,567,356,72112,727,836,00011,552,574,000267,927,552
9Nov 5, 2024 05:03447,68425,790,892,90813,098,865,00012,419,131,000268,034,048