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 34f5f92 commit 5a29d4bCopy full SHA for 5a29d4b
src/solved.cc
@@ -109,7 +109,7 @@ void n_printing(int n) {
109
}
110
111
void reverse_n_printing(int n) {
112
- std::cout << "=== 2742번 N 찍기 문제 해결 ===" << std::endl;
+ std::cout << "=== 2742번 기찍 N 문제 해결 ===" << std::endl;
113
std::cout << "입력 : n = " << n << std::endl;
114
std::cout << "출력 : " << std::endl;
115
@@ -127,7 +127,7 @@ void sum_from_one_to_n(int n) {
127
sum += i;
128
129
130
- std::cout << "=== 8393번 합 문제 해결 ===" << std::endl;
+ std::cout << "=== 8393번 1부터 n까지 합 문제 해결 ===" << std::endl;
131
std::cout << "입력: n=" << n << std::endl;
132
std::cout << "출력: " << std::endl;
133
0 commit comments