We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78e7f5 commit 6666609Copy full SHA for 6666609
solution/data_structure/18115/main.cpp
@@ -25,7 +25,3 @@ int main(void){
25
// dq에 정리된 카드를 순서대로 출력한다
26
for(auto i : dq) cout << i << ' ';
27
}
28
-
29
-/*
30
31
-*/
0 commit comments