diff --git a/myCpps/Fire_UVA11624OJ.cpp b/myCpps/Fire_UVA11624OJ.cpp index e6bed272..7433a47c 100644 --- a/myCpps/Fire_UVA11624OJ.cpp +++ b/myCpps/Fire_UVA11624OJ.cpp @@ -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);