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 08:51matsuoka-601matsuoka-601Score: 4,399Success
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 08:514,133571,655,235235,567,9060266,276,864
2Jun 23, 2024 08:514,141565,348,510236,049,5110267,608,064
3Jun 23, 2024 08:514,194551,375,459239,060,9380264,810,496
4Jun 23, 2024 08:514,369490,696,032171,103,00077,958,000265,883,648
5Jun 23, 2024 08:514,371500,399,098175,408,00073,751,000265,875,456
6Jun 23, 2024 08:514,384495,853,102176,202,00073,666,000265,793,536
7Jun 23, 2024 08:514,399503,414,768172,196,00078,545,000265,674,752
8Jun 23, 2024 08:514,400496,008,038177,083,00073,699,000265,838,592
9Jun 23, 2024 08:514,404502,409,770167,033,00084,011,000265,728,000
10Jun 23, 2024 08:514,408503,764,065174,044,00077,238,000265,613,312
11Jun 23, 2024 08:514,428514,848,508176,564,00075,818,000265,682,944
12Jun 23, 2024 08:514,442522,800,485172,603,00080,617,000265,490,432