Skip to content

Commit de80ed7

Browse files
committed
fix: update AC rating formula constant
Update formula to reflect current solved.ac rating policy
1 parent f99504e commit de80ed7

2 files changed

Lines changed: 24 additions & 20 deletions

File tree

posts/en/stats/ac-rating.mdx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $$
2828
\begin{aligned}
2929
\left(\text{AC Rating}\right) &= \left(\text{Sum of the difficulty values of the top 100 solved problems}\right) \\
3030
&+ \left(\text{Bonus rating based on CLASS}\right) \\
31-
&+ \left\lfloor 175\times \left(1-0.995^{\left(\text{Number of solved problems}\right)}\right) \right\rceil \\
31+
&+ \left\lfloor 200\times \left(1-0.997^{\left(\text{Number of solved problems}\right)}\right) \right\rceil \\
3232
&+ \left\lfloor 25\times \left(1-0.9^{\left(\text{Contribution}\right)}\right) \right\rceil
3333
\end{aligned}
3434
$$
@@ -40,7 +40,7 @@ $\left\lfloor x \right\rceil$ means rounding $x$ to an integer.
4040
- Reference: Guide [**Problem Level**](/en/problem/level)
4141
- You can receive bonus ratings based on CLASS grades.
4242
- Reference: Guide [**CLASS**](/en/stats/class)
43-
- You can receive up to 175 bonus ratings based on the number of problems solved.
43+
- You can receive up to 200 bonus ratings based on the number of problems solved.
4444
- The number of problems solved excludes problems marked as 'Extra' and <Tier t={0} locked /> problems on Baekjoon Online Judge.
4545
- You can receive up to 25 bonus ratings based on the contribution.
4646
- Only contributions reflected in the difficulty calculation are applied to the contribution.
@@ -67,17 +67,19 @@ The most difficult 100 problems you have solved will be reflected in your rating
6767

6868
Also, you can receive bonus ratings based on the number of problems solved.
6969

70-
- The bonus rating is the sum of $\left\lfloor 175\times \left(1-0.995^{\left(\text{number of solved problems}\right)}\right) \right\rceil$.
71-
- If you have solved 1,169 problems or more, the bonus rating will be the maximum.
70+
- The bonus rating is the sum of $\left\lfloor 200\times \left(1-0.997^{\left(\text{number of solved problems}\right)}\right) \right\rceil$.
71+
- If you have solved 1,995 problems or more, the bonus rating will be the maximum.
7272

7373
| # of solved problems | Bonus rating |
7474
|:---:|:---:|
75-
| 10 | 9 |
76-
| 50 | 39 |
77-
| 100 | 69 |
78-
| 250 | 125 |
79-
| 500 | 161 |
80-
| 1,169 | 175 |
75+
| 10 | 6 |
76+
| 50 | 28 |
77+
| 100 | 52 |
78+
| 250 | 106 |
79+
| 500 | 155 |
80+
| 1,000 | 190 |
81+
| 1,500 | 198 |
82+
| 1,995 | 200 |
8183

8284
### 2. CLASS Acquisition
8385

posts/ko/stats/ac-rating.mdx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $$
3030
\begin{aligned}
3131
\left(\text{AC 레이팅}\right) &= \left(\text{해결한 난이도 상위 }100\text{문제의 난이도 값의 합}\right) \\
3232
&+ \left(\text{CLASS에 따른 보너스 레이팅}\right) \\
33-
&+ \left\lfloor 175\times \left(1-0.995^{\left(\text{해결한 문제 수}\right)}\right) \right\rceil \\
33+
&+ \left\lfloor 2000\times \left(1-0.997^{\left(\text{해결한 문제 수}\right)}\right) \right\rceil \\
3434
&+ \left\lfloor 25\times \left(1-0.9^{\left(\text{기여 수}\right)}\right) \right\rceil
3535
\end{aligned}
3636
$$
@@ -42,7 +42,7 @@ $\left\lfloor x \right\rceil$는 $x$를 정수로 반올림함을 의미합니
4242
- 참고: 가이드 [「문제 난이도」](/ko/problem/level)
4343
- CLASS 등급에 따라 보너스 레이팅을 받을 수 있습니다.
4444
- 참고: 가이드 [「CLASS」](/ko/stats/class)
45-
- 해결한 문제 수에 따라 보너스 레이팅을 최대 175까지 받을 수 있습니다.
45+
- 해결한 문제 수에 따라 보너스 레이팅을 최대 200까지 받을 수 있습니다.
4646
- 해결한 문제 수는 백준 온라인 저지에서 '번외'로 표시된 문제들과 <Tier t={0} locked /> 문제들을 제외합니다.
4747
- 기여 수에 따라 보너스 레이팅을 최대 25까지 받을 수 있습니다.
4848
- 난이도 계산에 반영된 기여들만 기여 수에 적용됩니다.
@@ -69,17 +69,19 @@ $\left\lfloor x \right\rceil$는 $x$를 정수로 반올림함을 의미합니
6969

7070
또한, 해결한 문제 수에 따라 보너스 레이팅을 받을 수 있습니다.
7171

72-
- 해결한 문제 수에 따라 $\left\lfloor 175\times \left(1-0.995^{\left(\text{푼 문제 수}\right)}\right) \right\rceil$의 보너스 레이팅이 합산됩니다.
73-
- 해결한 문제 수가 1,169문제 이상이라면 보너스 레이팅은 만점이 됩니다.
72+
- 해결한 문제 수에 따라 $\left\lfloor 200\times \left(1-0.997^{\left(\text{푼 문제 수}\right)}\right) \right\rceil$의 보너스 레이팅이 합산됩니다.
73+
- 해결한 문제 수가 1,995문제 이상이라면 보너스 레이팅은 만점이 됩니다.
7474

7575
| 해결한 문제 수 | 보너스 레이팅 |
7676
|:---:|:---:|
77-
| 10 | 9 |
78-
| 50 | 39 |
79-
| 100 | 69 |
80-
| 250 | 125 |
81-
| 500 | 161 |
82-
| 1,169 | 175 |
77+
| 10 | 6 |
78+
| 50 | 28 |
79+
| 100 | 52 |
80+
| 250 | 106 |
81+
| 500 | 155 |
82+
| 1,000 | 190 |
83+
| 1,500 | 198 |
84+
| 1,995 | 200 |
8385

8486
### 2. CLASS 취득
8587

0 commit comments

Comments
 (0)