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 22:54Yuriy LyfenkoYuriy LyfenkoScore: 4,552Success
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 22:544,4581,137,511,697254,094,3020267,546,624
2Jan 22, 2024 22:544,4651,148,827,783254,503,9300264,642,560
3Jan 22, 2024 22:544,5001,147,013,013256,505,5180266,420,224
4Jan 22, 2024 22:544,5161,094,222,221195,597,00061,821,000264,826,880
5Jan 22, 2024 22:544,5481,121,503,757192,641,00066,567,000265,261,056
6Jan 22, 2024 22:544,5491,111,733,232199,630,00059,683,000266,051,584
7Jan 22, 2024 22:544,5521,110,725,049195,593,00063,846,000266,190,848
8Jan 22, 2024 22:544,5591,124,118,577188,177,00071,686,000264,818,688
9Jan 22, 2024 22:544,5591,119,749,737207,695,00052,190,000265,867,264
10Jan 22, 2024 22:544,5661,136,410,107194,944,00065,316,000264,704,000
11Jan 22, 2024 22:544,5791,115,239,224190,715,00070,263,000263,409,664
12Jan 22, 2024 22:544,6171,130,155,742190,274,00072,871,000259,698,688