Powered by the CrypTool project

© 2009-2024 MysteryTwister

Contact | Legal Notice | Privacy

We redesigned MysteryTwister, enjoy! Feedback
Points Calculation
To calculate the sum of points awarded to each solver, the points P for challenges across all levels (I, II, III, X) are added up. The points for level X challenges are awarded manually, the points for level I, II, III challenges are calculated dynamically based on the following formula:
P=(i=1L(j=1Ni10i10f(d)))P=(\sum\limits_{i=1}^L(\sum\limits_{j=1}^{N_i}\frac{10^i\cdot 10}{f(d)}))
L = 3 because there are three dynamically calculated levels, N denotes the number of challenges solved in level i, and the function f(d) is used to calculate the points depending on the number of days passed between the publication of the challenge and the submission of the solution:
f(d)=1121c(d+1)cf(d)=1-\frac{1}{2^{1-c}\cdot (d+1)^c}
The coefficient c depends on the level i and is defined as follows:
{1,if i=1,0.25,if i=2,0.1,if i=3.\begin{cases}\displaystyle 1, & \text{if } i=1,\\\displaystyle 0.25, & \text{if } i=2,\\\displaystyle 0.1, & \text{if } i=3.\\\end{cases}
Consequently, the points for higher levels decline slower than for lower levels.
Points Calculation