10000 Update 3151.cpp · SungKweon/basic-algo-lecture@a8f08a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit a8f08a3

Browse files
Update 3151.cpp
1 parent 877f129 commit a8f08a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

0x13/solutions/3151.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)
0