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 listJun 20, 2024 12:14matsuoka-601matsuoka-601Score: 4,816Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 20, 2024 12:144,734511,711,303206,421,00063,436,000267,993,088
2Jun 20, 2024 12:144,751513,913,348200,126,00070,691,000267,952,128
3Jun 20, 2024 12:144,775511,972,264194,134,00078,044,000267,833,344
4Jun 20, 2024 12:144,776516,213,521212,535,00059,677,000267,882,496
5Jun 20, 2024 12:144,790520,199,320210,518,00062,530,000267,784,192
6Jun 20, 2024 12:144,793520,147,480205,420,00067,788,000267,788,288
7Jun 20, 2024 12:144,816527,477,732204,637,00069,900,000267,972,608
8Jun 20, 2024 12:144,818526,561,234197,738,00076,898,000267,882,496
9Jun 20, 2024 12:144,818523,758,374202,471,00072,167,000267,972,608
10Jun 20, 2024 12:145,173707,055,368294,835,6420266,428,416
11Jun 20, 2024 12:145,183701,051,539295,407,4720266,493,952
12Jun 20, 2024 12:145,263703,427,193299,997,9480267,849,728