dengxinyi 5 年之前
父节点
当前提交
cfdbb83721
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;
-}
+}