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:03Yuriy LyfenkoYuriy LyfenkoScore: 4,813Success
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:034,6641,173,811,815265,852,5900268,140,544
2Jan 22, 2024 02:034,6841,156,929,334266,982,5930265,216,000
3Jan 22, 2024 02:034,7461,186,748,683270,510,2780264,478,720
4Jan 22, 2024 02:034,7881,117,108,235208,698,00064,214,000264,585,216
5Jan 22, 2024 02:034,8101,120,269,430216,683,00057,508,000264,790,016
6Jan 22, 2024 02:034,8111,115,264,989219,401,00054,850,000264,302,592
7Jan 22, 2024 02:034,8131,125,327,979205,033,00069,307,000265,576,448
8Jan 22, 2024 02:034,8221,119,422,562213,196,00061,634,000264,491,008
9Jan 22, 2024 02:034,8231,123,992,812208,956,00065,932,000265,052,160
10Jan 22, 2024 02:034,8561,138,693,849207,356,00069,454,000265,494,528
11Jan 22, 2024 02:034,8741,133,112,782207,874,00069,948,000262,303,744
12Jan 22, 2024 02:034,8761,136,881,228208,192,00069,734,000264,450,048