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 15:09matsuoka-601matsuoka-601Score: 4,990Success
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 15:094,777595,385,840272,264,1740267,390,976
2Jun 20, 2024 15:094,854615,436,385276,668,9150267,943,936
3Jun 20, 2024 15:094,864598,064,665277,243,4230265,773,056
4Jun 20, 2024 15:094,952522,218,957208,980,00073,291,000267,972,608
5Jun 20, 2024 15:094,956524,535,911210,102,00072,379,000267,776,000
6Jun 20, 2024 15:094,967529,601,206216,220,00066,925,000267,960,320
7Jun 20, 2024 15:094,990531,165,876212,559,00071,850,000267,464,704
8Jun 20, 2024 15:094,995529,997,973215,525,00069,205,000267,800,576
9Jun 20, 2024 15:095,001528,261,177210,794,00074,279,000267,948,032
10Jun 20, 2024 15:095,008534,550,687217,460,00068,020,000267,784,192
11Jun 20, 2024 15:095,021537,999,120211,341,00074,829,000267,821,056
12Jun 20, 2024 15:095,036542,842,954207,934,00079,116,000267,829,248