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:28Yuriy LyfenkoYuriy LyfenkoScore: 4,623Success
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:284,5171,160,403,975257,470,2130266,514,432
2Jan 22, 2024 02:284,5631,146,131,982260,105,1160266,076,160
3Jan 22, 2024 02:284,5691,106,386,658203,145,00057,297,000264,880,128
4Jan 22, 2024 02:284,6061,111,388,117191,682,00070,882,000266,199,040
5Jan 22, 2024 02:284,6111,164,683,035262,838,0630264,269,824
6Jan 22, 2024 02:284,6171,122,243,510198,145,00065,047,000265,187,328
7Jan 22, 2024 02:284,6231,121,781,172204,476,00059,024,000264,994,816
8Jan 22, 2024 02:284,6231,121,337,317199,210,00064,328,000265,453,568
9Jan 22, 2024 02:284,6321,121,978,516198,284,00065,757,000262,602,752
10Jan 22, 2024 02:284,6401,128,478,270197,096,00067,400,000263,913,472
11Jan 22, 2024 02:284,6451,124,909,037201,144,00063,627,000265,199,616
12Jan 22, 2024 02:284,6621,124,971,686199,790,00065,920,000263,884,800