I found that many people don't know how to deduct points and just create anxiety, it's really funny. Now I will suggest a possible way to deduct points. First, we need to understand how these points are accumulated. At the beginning, everyone starts with 0 points, and then from the first day, we use the head insertion method, placing the daily scores at the front. We only calculate scores for a maximum of 15 days. On the 16th day, the score is still placed at the front, and then the score from the first day is squeezed out again.
1 0 ... 0 0
2 1 ... 0 0
15 14 ... 2 1
16 15 ... 3 2
Comprehensive calculation, if we want to implement a score deduction mechanism, it must start from the end. If we deduct from the front, then these points cannot be calculated. Suppose each person earns 10 points per day, in 15 days that's 150 points, and then if you receive an airdrop that deducts 5 days' worth of points, it directly clears your last 5 days to 0, which means you effectively only accounted for 10 days of points, leaving you with 100 points. Then you can continue earning points normally. In this way, even if someone is a high roller, they can only consecutively benefit from two airdrops, which is definitely favorable for retail investors. #交易故事 #交易理论
15 14 ...... 5 4 3 2 1
15 14 ...... 0 0 0 0 0
16 15 ...... 6 0 0 0 0