Skip to content

Commit 0f294f9

Browse files
Update 2170.cpp
1 parent d517c09 commit 0f294f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

0x11/solutions/2170.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// http://boj.kr/****************
44
#include <bits/stdc++.h>
55
using namespace std;
6+
67
int main(void){
78
ios::sync_with_stdio(0);
89
cin.tie(0);
910

10-
}
11+
}

0 commit comments

Comments
 (0)