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 54e9835 commit 5156b60Copy full SHA for 5156b60
6/10.cpp
@@ -20,7 +20,7 @@ int main(void) {
20
v.push_back(x);
21
}
22
23
- // 기본 정렬 라이브러리를 이용하여 정렬 수행
+ // 기본 정렬 라이브러리를 이용하여 내림차순 정렬 수행
24
sort(v.begin(), v.end(), compare);
25
26
for(int i = 0; i < n; i++) {
0 commit comments