0_0_6777121_1570.cpp:1: error: `MAXN' was not declared in this scope
0_0_6777121_1570.cpp:1: error: `MAXM' was not declared in this scope
0_0_6777121_1570.cpp:2: error: expected constructor, destructor, or type conversion before '<' token
0_0_6777121_1570.cpp:2: error: expected `,' or `;' before '<' token
0_0_6777121_1570.cpp: In function `void Hash(int)':
0_0_6777121_1570.cpp:6: error: `mymap' undeclared (first use this function)
0_0_6777121_1570.cpp:6: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6777121_1570.cpp:7: error: `min' undeclared (first use this function)
0_0_6777121_1570.cpp:9: error: `col' undeclared (first use this function)
0_0_6777121_1570.cpp: In function `void PushDown(int)':
0_0_6777121_1570.cpp:13: error: `min' undeclared (first use this function)
0_0_6777121_1570.cpp:14: error: `same' undeclared (first use this function)
0_0_6777121_1570.cpp:16: error: `col' undeclared (first use this function)
0_0_6777121_1570.cpp: In function `void Update(int, int, int)':
0_0_6777121_1570.cpp:24: error: `same' undeclared (first use this function)
0_0_6777121_1570.cpp:27: error: `col' undeclared (first use this function)
0_0_6777121_1570.cpp:34: error: `min' undeclared (first use this function)
0_0_6777121_1570.cpp: In function `int Query(int, int, int)':
0_0_6777121_1570.cpp:59: error: `same' undeclared (first use this function)
0_0_6777121_1570.cpp:63: error: `col' undeclared (first use this function)
0_0_6777121_1570.cpp:71: error: `min' undeclared (first use this function)
0_0_6777121_1570.cpp:98: error: `mymap' undeclared (first use this function)
0_0_6777121_1570.cpp: In function `int main()':
0_0_6777121_1570.cpp:107: error: `scanf' undeclared (first use this function)
0_0_6777121_1570.cpp:108: error: `sqrt' undeclared (first use this function)
0_0_6777121_1570.cpp:108: error: `ceil' undeclared (first use this function)
0_0_6777121_1570.cpp:108: error: `EPS' undeclared (first use this function)
0_0_6777121_1570.cpp:110: error: `col' undeclared (first use this function)
0_0_6777121_1570.cpp:112: error: `same' undeclared (first use this function)
0_0_6777121_1570.cpp:120: error: `printf' undeclared (first use this function)
0_0_6777121_1570.cpp:123: error: expected `}' at end of input
|