Parcourir la source

3967 unfinished

dengxinyi il y a 5 ans
Parent
commit
01efa7bbd3
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;
 }