dengxinyi před 5 roky
rodič
revize
cfdbb83721
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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;
-}
+}