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 22, 2024 02:30Yuriy LyfenkoYuriy LyfenkoScore: 4,642Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 02:304,5241,141,903,920257,868,5140265,121,792
2Jan 22, 2024 02:304,6091,113,492,428199,293,00063,411,000264,691,712
3Jan 22, 2024 02:304,6121,103,376,207198,959,00063,951,000264,908,800
4Jan 22, 2024 02:304,6161,178,630,883263,085,0300266,350,592
5Jan 22, 2024 02:304,6161,161,299,527263,129,7600264,445,952
6Jan 22, 2024 02:304,6301,108,273,711199,160,00064,727,000266,063,872
7Jan 22, 2024 02:304,6421,114,974,636200,460,00064,106,000264,597,504
8Jan 22, 2024 02:304,6521,113,081,626201,661,00063,523,000264,163,328
9Jan 22, 2024 02:304,6721,128,881,930196,238,00070,085,000265,940,992
10Jan 22, 2024 02:304,6741,116,112,306199,326,00067,109,000263,397,376
11Jan 22, 2024 02:304,6771,125,880,006201,190,00065,386,000265,519,104
12Jan 22, 2024 02:304,6871,126,488,995202,123,00065,039,000262,664,192