0_0_6875198_16671.cpp:9: error: `N' was not declared in this scope
0_0_6875198_16671.cpp: In function `void init(int)':
0_0_6875198_16671.cpp:15: error: `data' undeclared (first use this function)
0_0_6875198_16671.cpp:15: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6875198_16671.cpp: In function `int find(int)':
0_0_6875198_16671.cpp:27: error: `data' undeclared (first use this function)
0_0_6875198_16671.cpp: In function `int findmax(int)':
0_0_6875198_16671.cpp:42: error: `data' undeclared (first use this function)
0_0_6875198_16671.cpp: In function `void Link(int, int)':
0_0_6875198_16671.cpp:54: error: `data' undeclared (first use this function)
0_0_6875198_16671.cpp: In function `int merge(int, int)':
0_0_6875198_16671.cpp:63: error: `data' undeclared (first use this function)
0_0_6875198_16671.cpp: In function `int HeapUnion(int, int)':
0_0_6875198_16671.cpp:98: error: `data' undeclared (first use this function)
0_0_6875198_16671.cpp: In function `void make(int)':
0_0_6875198_16671.cpp:131: error: `data' undeclared (first use this function)
0_0_6875198_16671.cpp: In function `void solve(int, int)':
0_0_6875198_16671.cpp:162: error: `data' undeclared (first use this function)
|