Skip to content

Commit 91d3b68

Browse files
authored
[챌린지] 챌린지 유형 변경 (그래프, 구현).py
1 parent 1c4f39a commit 91d3b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_MonthlyChallenges/update_scoreboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# 챌린지 설정 (매달 투표 결과로 정해진 유형과 목표 문제 수)
1111
CHALLENGE_TYPES = {
1212
"그래프": 5,
13-
"DP": 5
13+
"구현": 5
1414
}
1515

1616
def initialize_user():

0 commit comments

Comments
 (0)