dengxinyi %!s(int64=5) %!d(string=hai) anos
pai
achega
cfdbb83721
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      poj/3967.ideal-path/main.cc

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

@@ -7,6 +7,7 @@ using std::vector; using std::queue;
 
 const int N = 100000;
 const int M = 200000;
+const int C = 1000000000;
 
 struct node {
     int x;
@@ -58,4 +59,4 @@ int main() {
         
     }
     return 0;
-}
+}