0_0_11480788_4361.cpp:25: error: redefinition of `const int maxn'
0_0_11480788_4361.cpp:24: error: `const int maxn' previously defined here
0_0_11480788_4361.cpp:27: error: `maxm' was not declared in this scope
0_0_11480788_4361.cpp:27: error: `maxm' was not declared in this scope
0_0_11480788_4361.cpp:27: error: `maxm' was not declared in this scope
0_0_11480788_4361.cpp:39: error: redefinition of `int a[40000]'
0_0_11480788_4361.cpp:26: error: `int a[40000]' previously declared here
0_0_11480788_4361.cpp: In function `void addedge(int, int)':
0_0_11480788_4361.cpp:45: error: `v' undeclared (first use this function)
0_0_11480788_4361.cpp:45: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11480788_4361.cpp:45: error: `prev' undeclared (first use this function)
0_0_11480788_4361.cpp:45: error: `info' undeclared (first use this function)
0_0_11480788_4361.cpp: In function `int hash(int)':
0_0_11480788_4361.cpp:48: error: `posi' undeclared (first use this function)
0_0_11480788_4361.cpp: In function `void split()':
0_0_11480788_4361.cpp:59: error: `info' undeclared (first use this function)
0_0_11480788_4361.cpp:59: error: `prev' undeclared (first use this function)
0_0_11480788_4361.cpp:60: error: `v' undeclared (first use this function)
0_0_11480788_4361.cpp:67: error: `x' undeclared (first use this function)
0_0_11480788_4361.cpp:68: error: `nifo' undeclared (first use this function)
0_0_11480788_4361.cpp:83: error: `posi' undeclared (first use this function)
0_0_11480788_4361.cpp:87: error: `all' undeclared (first use this function)
0_0_11480788_4361.cpp: In function `void update(int, int, int)':
0_0_11480788_4361.cpp:98: error: `maxv' undeclared (first use this function)
0_0_11480788_4361.cpp:98: error: `v' undeclared (first use this function)
0_0_11480788_4361.cpp:99: error: `sumv' undeclared (first use this function)
0_0_11480788_4361.cpp: At global scope:
0_0_11480788_4361.cpp:107: error: redefinition of `int ans'
0_0_11480788_4361.cpp:37: error: `int ans' previously declared here
0_0_11480788_4361.cpp: In function `int query(int, int, int)':
0_0_11480788_4361.cpp:111: error: `q1' undeclared (first use this function)
0_0_11480788_4361.cpp:112: error: `maxv' undeclared (first use this function)
0_0_11480788_4361.cpp:113: error: `sumv' undeclared (first use this function)
0_0_11480788_4361.cpp: In function `int main()':
0_0_11480788_4361.cpp:126: error: `info' undeclared (first use this function)
0_0_11480788_4361.cpp:129: error: `v' undeclared (first use this function)
0_0_11480788_4361.cpp:129: error: `u' undeclared (first use this function)
0_0_11480788_4361.cpp:137: error: `m' undeclared (first use this function)
0_0_11480788_4361.cpp:140: error: `x' undeclared (first use this function)
0_0_11480788_4361.cpp:140: error: `y' undeclared (first use this function)
0_0_11480788_4361.cpp:141: error: `sum' undeclared (first use this function)
|