Ver Fonte

3967 unfinished

dengxinyi há 5 anos atrás
pai
commit
01efa7bbd3
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      poj/3967.ideal-path/main.cc

+ 0 - 1
poj/3967.ideal-path/main.cc

@@ -56,7 +56,6 @@ int main() {
         int cur = q.front();
         q.pop();
         if (cur == n) break;
-        
     }
     return 0;
 }