10000 Update 10171.cpp · twinkite/basic-algo-lecture@05872ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 05872ec

Browse files
Update 10171.cpp
1 parent 1bc6018 commit 05872ec

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

0x02/solutions/10171.cpp

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
// Authored by : twinkite
2-
// Co-authored by : -
3-
// http://boj.kr/b9842be631924421b154ec78c43d88b0
2+
// Co-authored by : BaaaaaaaaaaarkingDog
3+
// http://boj.kr/953c8f3733c340d89f75b10453622f19
44
#include <bits/stdc++.h>
55
using namespace std;
66

77
int main(void){
88
ios::sync_with_stdio(0);
99
cin.tie(0);
1010

11-
cout<<"\\ /\\"<<'\n'<<" ) ( \')"<<'\n'<<"( / )"<<'\n'<<" \\(__)|";
12-
13-
return 0;
14-
}
11+
cout << "\\ /\\" << '\n';
12+
cout << " ) ( \')" << '\n';
13+
cout << "( / )" << '\n';
14+
cout << " \\(__)|";
15+
}

0 commit comments

Comments
 (0)
0