10000 Update 7569.cpp · ChoJH1998/basic-algo-lecture@35a0526 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35a0526

Browse files
authored
Update 7569.cpp
1 parent b818bae commit 35a0526

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

0x09/solutions/7569.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include <bits/stdc++.h>
55
using namespace std;
66

7-
int main(void){
87
const int kappa = 101;
98
int nx[6] = {0, 0, 1, -1, kappa, -kappa};
109
int ny[6] = {1, -1, 0, 0, 0, 0};
@@ -90,5 +89,3 @@ int main(void) {
9089
else cout << -1 << "\n";
9190
return 0;
9291
}
93-
94-
}

0 commit comments

Comments
 (0)
0