Skip to content

Commit 913af0c

Browse files
committed
fix: 문제 번호 오기입
1 parent 5360de6 commit 913af0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/problems/problem_2522.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <iostream>
33

44
void solve_problem_2522() {
5-
std::cout << "=== 2444번 별 찍기-12 문제 해결 ===" << std::endl;
5+
std::cout << "=== 2522번 별 찍기-12 문제 해결 ===" << std::endl;
66

77
int n;
88
std::cout << "N을 입력하세요 : ";

0 commit comments

Comments
 (0)