Skip to content

Commit

Permalink
Update 6593.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
encrypted-def authored Jul 14, 2024
1 parent 4a7fa01 commit fc6d9ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 0x09/solutions/6593.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Authored by : yongjunleeme
// Co-authored by : -
// http://boj.kr/5c5193d29eee450394adefa11f8c8f23
// http://boj.kr/eee7356385264e9195a2b641b856fe67
#include <bits/stdc++.h>
using namespace std;
const int MX = 31;
Expand Down Expand Up @@ -57,7 +57,6 @@ int main(void){
Q.push({nh,nx,ny});
}
}
while(!Q.empty()) Q.pop();
if(!isEscape) cout << "Trapped!" << "\n";
}
}

0 comments on commit fc6d9ec

Please sign in to comment.