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:17Yuriy LyfenkoYuriy LyfenkoScore: 4,896Success
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:174,8311,180,901,411275,354,0540267,358,208
2Jan 22, 2024 02:174,8341,180,418,566275,523,3080264,278,016
3Jan 22, 2024 02:174,8471,127,814,183212,655,00063,597,000265,191,424
4Jan 22, 2024 02:174,8581,116,076,159215,925,00060,955,000265,822,208
5Jan 22, 2024 02:174,8611,116,689,499209,049,00068,039,000263,073,792
6Jan 22, 2024 02:174,8911,132,216,470216,405,00062,405,000265,068,544
7Jan 22, 2024 02:174,8961,189,062,408279,052,5200264,323,072
8Jan 22, 2024 02:174,9001,138,625,995214,603,00064,689,000263,348,224
9Jan 22, 2024 02:174,9031,149,107,999211,610,00067,837,000265,666,560
10Jan 22, 2024 02:174,9311,144,564,065204,929,00076,116,000262,656,000
11Jan 22, 2024 02:174,9331,138,482,607215,500,00065,676,000263,614,464
12Jan 22, 2024 02:174,9401,149,956,094213,698,00067,856,000263,372,800