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 listJan 4, 2024 07:43Oleg KovalovOleg KovalovScore: 7,103Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 4, 2024 07:436,930689,074,731395,021,2090265,109,504
2Jan 4, 2024 07:436,959690,672,040396,671,4070267,247,616
3Jan 4, 2024 07:436,979676,589,348397,793,1770267,460,608
4Jan 4, 2024 07:437,060638,298,973300,311,000102,126,000267,960,320
5Jan 4, 2024 07:437,074635,343,643295,683,000107,521,000267,960,320
6Jan 4, 2024 07:437,099646,749,554293,574,000111,082,000267,751,424
7Jan 4, 2024 07:437,103636,363,466297,155,000107,693,000267,948,032
8Jan 4, 2024 07:437,103643,073,077299,106,000105,744,000267,874,304
9Jan 4, 2024 07:437,106642,864,602309,158,00095,910,000267,841,536
10Jan 4, 2024 07:437,126652,178,697294,938,000111,222,000267,857,920
11Jan 4, 2024 07:437,149655,176,060305,375,000102,129,000267,857,920
12Jan 4, 2024 07:437,154650,124,968288,205,000119,595,000267,669,504