We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d697d5f commit a4989a8Copy full SHA for a4989a8
atcoder-problems-backend/sql-client/src/rated_point_sum.rs
@@ -30,7 +30,7 @@ impl RatedPointSumClient for PgPool {
30
WHERE
31
contests.start_epoch_second >= $1
32
AND contests.rate_change != $2
33
- AND contest_problem_count.problem_count >= 2
+ AND contest_problem_count.problem_count >= 3
34
",
35
)
36
.bind(FIRST_AGC_EPOCH_SECOND)
0 commit comments