8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7fa01 commit fc6d9ecCopy full SHA for fc6d9ec
0x09/solutions/6593.cpp
@@ -1,6 +1,6 @@
1
// Authored by : yongjunleeme
2
// Co-authored by : -
3
-// http://boj.kr/5c5193d29eee450394adefa11f8c8f23
+// http://boj.kr/eee7356385264e9195a2b641b856fe67
4
#include <bits/stdc++.h>
5
using namespace std;
6
const int MX = 31;
@@ -57,7 +57,6 @@ int main(void){
57
Q.push({nh,nx,ny});
58
}
59
60
- while(!Q.empty()) Q.pop();
61
if(!isEscape) cout << "Trapped!" << "\n";
62
63
0 commit comments