Skip to content

Commit 15a6c6b

Browse files
committed
docs: 1977번 문제를 통한 패치 테스트
1 parent 75cfec3 commit 15a6c6b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/problem_includes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "problems/problem_1001.h"
99
#include "problems/problem_10950.h"
1010
#include "problems/problem_10952.h"
11+
#include "problems/problem_1977.h"
1112
#include "problems/problem_2438.h"
1213
#include "problems/problem_2439.h"
1314
#include "problems/problem_2440.h"

src/problem_manager.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ProblemManager::ProblemManager() {
77
// 문제 등록
88
problems_[1000] = solve_problem_1000;
99
problems_[1001] = solve_problem_1001;
10+
problems_[1977] = solve_problem_1977;
1011
problems_[2438] = solve_problem_2438;
1112
problems_[2439] = solve_problem_2439;
1213
problems_[2440] = solve_problem_2440;

0 commit comments

Comments
 (0)