We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f3b81 commit bbcb208Copy full SHA for bbcb208
12/2.cpp
@@ -31,6 +31,5 @@ int main(void) {
31
32
// 숫자가 하나라도 존재하는 경우 가장 뒤에 출력
33
if (value != 0) cout << value;
34
-
35
cout << '\n';
36
-}
+}
0 commit comments