|
| 1 | +--- |
| 2 | +title: Over Rating |
| 3 | +index: 40 |
| 4 | +--- |
| 5 | + |
| 6 | +**Over Rating** is a rating calculated based on more problems than the [AC Rating](/en/stats/ac-rating), and rises as you solve more difficult problems on Baekjoon Online Judge. The 1,000 most difficult problems you have solved are reflected in your rating. |
| 7 | + |
| 8 | +## Checking Over Rating |
| 9 | + |
| 10 | +You can check the Over Rating at the bottom of the **AC Rating** section on your profile page. |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +## Formula |
| 15 | + |
| 16 | +The Over Rating is determined by the following formula: |
| 17 | + |
| 18 | +$$ |
| 19 | +\begin{aligned} |
| 20 | +\left(\text{Over Rating}\right) &= 11.8 \times \left(\text{Number of solved problems (up to }1\,000\text{)}\right) \\ |
| 21 | +&+ 0.2 \times \left(\text{Sum of the difficulty values of the top }1\,000\text{ solved problems}\right) |
| 22 | +\end{aligned} |
| 23 | +$$ |
| 24 | + |
| 25 | +- **Difficulty value** refers to the difficulty of the problem, converted to 1 point for <Tier t={1} />, 2 points for <Tier t={2} />, … 30 points for <Tier t={30} />. The higher the difficulty of the problem, the higher the rating you can achieve. |
| 26 | + - Reference: Guide [**Problem Level**](/en/problem/level) |
| 27 | + |
| 28 | +## Special Effects |
| 29 | + |
| 30 | +Once the Over Rating reaches certain thresholds, a special gradient effect is applied to the AC Rating section on the profile page. |
| 31 | + |
| 32 | +| Over Rating | Gradient | |
| 33 | +| :-----------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | |
| 34 | +| 16,000.0 – | <span style={{display: "block", width: "260px", height: "32px", opacity: 0.2, background: "linear-gradient(135deg, rgb(29, 255, 255), rgb(11, 176, 255), rgb(248, 71, 255), rgb(234, 13, 0), rgb(255, 251, 0), rgb(32, 216, 0))"}} /> | |
| 35 | +| 15,000.0 – 15,999.9 | <span style={{display: "block", width: "260px", height: "32px", opacity: 0.2, background: "linear-gradient(135deg, rgb(126, 226, 179), rgb(107, 200, 254), rgb(145, 243, 127), rgb(255, 241, 39), rgb(255, 183, 92), rgb(253, 176, 172), rgb(255, 183, 92), rgb(255, 241, 39), rgb(145, 243, 127), rgb(107, 200, 254))"}} /> | |
| 36 | +| 14,000.0 – 14,999.9 | <span style={{display: "block", width: "260px", height: "32px", opacity: 0.2, background: "linear-gradient(135deg, rgb(255, 207, 95), rgb(255, 194, 80) 28%, rgb(255, 255, 102) 31%, rgb(255, 255, 109), rgb(255, 209, 109), rgb(255, 255, 84) 58%, rgb(255, 183, 74) 64%, rgb(255, 180, 67), rgb(255, 255, 255))"}} /> | |
| 37 | +| 13,000.0 – 13,999.9 | <span style={{display: "block", width: "260px", height: "32px", opacity: 0.2, background: "linear-gradient(135deg, rgb(207, 215, 247), rgb(127, 145, 249), rgb(127, 190, 249) 45%, rgb(160, 239, 255) 47%, rgb(98, 233, 248), rgb(252, 242, 130))"}} /> | |
| 38 | +| 12,000.0 – 12,999.9 | <span style={{display: "block", width: "260px", height: "32px", opacity: 0.2, background: "linear-gradient(135deg, rgb(247, 226, 207), rgb(249, 164, 127), rgb(249, 164, 127) 45%, rgb(255, 225, 160) 47%, rgb(248, 128, 98), rgb(252, 173, 130))"}} /> | |
0 commit comments