0_0_9635471_27081.cpp: In function `int e2(int)':
0_0_9635471_27081.cpp:2: error: `next2' undeclared (first use this function)
0_0_9635471_27081.cpp:2: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_9635471_27081.cpp: In function `void f1(int, int)':
0_0_9635471_27081.cpp:2: error: `e1' undeclared (first use this function)
0_0_9635471_27081.cpp:2: error: `hash1' undeclared (first use this function)
0_0_9635471_27081.cpp:2: error: `next1' undeclared (first use this function)
0_0_9635471_27081.cpp: In function `void f2(int, int)':
0_0_9635471_27081.cpp:2: error: `hash2' undeclared (first use this function)
0_0_9635471_27081.cpp:2: error: `next2' undeclared (first use this function)
0_0_9635471_27081.cpp: In function `void build(int)':
0_0_9635471_27081.cpp:2: error: `T' undeclared (first use this function)
0_0_9635471_27081.cpp: In function `void insert(int, int, int)':
0_0_9635471_27081.cpp:3: error: `T' undeclared (first use this function)
0_0_9635471_27081.cpp:3: error: `max' undeclared (first use this function)
0_0_9635471_27081.cpp: In function `int ask(int, int)':
0_0_9635471_27081.cpp:3: error: `T' undeclared (first use this function)
0_0_9635471_27081.cpp:3: error: `max' undeclared (first use this function)
0_0_9635471_27081.cpp: In function `int main()':
0_0_9635471_27081.cpp:3: error: `hash1' undeclared (first use this function)
0_0_9635471_27081.cpp:3: error: `hash2' undeclared (first use this function)
0_0_9635471_27081.cpp:3: error: `N' undeclared (first use this function)
0_0_9635471_27081.cpp:3: error: `next1' undeclared (first use this function)
0_0_9635471_27081.cpp:3: error: `next2' undeclared (first use this function)
0_0_9635471_27081.cpp:4: error: `x' undeclared (first use this function)
0_0_9635471_27081.cpp:4: error: `y' undeclared (first use this function)
0_0_9635471_27081.cpp:4: error: `v' undeclared (first use this function)
0_0_9635471_27081.cpp:4: error: `T' undeclared (first use this function)
0_0_9635471_27081.cpp:4: error: `max' undeclared (first use this function)
|