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 23, 2024 09:13matsuoka-601matsuoka-601Score: 4,371Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 23, 2024 09:134,164564,406,815237,356,2400264,921,088
2Jun 23, 2024 09:134,167547,045,777237,531,2650267,284,480
3Jun 23, 2024 09:134,272584,244,272243,510,2500265,465,856
4Jun 23, 2024 09:134,313496,080,097177,367,00068,457,000265,875,456
5Jun 23, 2024 09:134,352498,812,296172,309,00075,774,000265,453,568
6Jun 23, 2024 09:134,365492,928,176170,870,00077,940,000265,781,248
7Jun 23, 2024 09:134,371491,740,958159,821,00089,341,000265,678,848
8Jun 23, 2024 09:134,381510,522,620163,123,00086,596,000265,707,520
9Jun 23, 2024 09:134,388505,578,696180,682,00069,414,000265,687,040
10Jun 23, 2024 09:134,396505,584,080167,042,00083,521,000265,764,864
11Jun 23, 2024 09:134,401505,856,266173,059,00077,825,000265,416,704
12Jun 23, 2024 09:134,407514,886,909173,601,00077,610,000265,818,112