Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
gzshawnliang committed Jun 27, 2019
1 parent 1bbec36 commit d7ca270
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions myCpps/Fire_UVA11624OJ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ int main()
{
if (a[next.y][next.x].ch == '.' || (a[next.y][next.x].ch == 'F' && a[next.y][next.x].round > next.round))
{


visit[next.y][next.x] = true;

jPos.push(next);
Expand Down

0 comments on commit d7ca270

Please sign in to comment.