8000 Update 6593.cpp · hackerman91/basic-algo-lecture@fc6d9ec · GitHub
[go: up one dir, main page]

Skip to content

Commit fc6d9ec

Browse files
Update 6593.cpp
1 parent 4a7fa01 commit fc6d9ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

0x09/solutions/6593.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Authored by : yongjunleeme
22
// Co-authored by : -
3-
// http://boj.kr/5c5193d29eee450394adefa11f8c8f23
3+
// http://boj.kr/eee7356385264e9195a2b641b856fe67
44
#include <bits/stdc++.h>
55
using namespace std;
66
const int MX = 31;
@@ -57,7 +57,6 @@ int main(void){
5757
Q.push({nh,nx,ny});
5858
}
5959
}
60-
while(!Q.empty()) Q.pop();
6160
if(!isEscape) cout << "Trapped!" << "\n";
6261
}
6362
}

0 commit comments

Comments
 (0)
0