0_0_6423589_13586.cpp:103: error: expected init-declarator before numeric constant
0_0_6423589_13586.cpp:103: error: expected `,' or `;' before numeric constant
0_0_6423589_13586.cpp:105: error: `maxn' was not declared in this scope
0_0_6423589_13586.cpp:106: error: `maxn' was not declared in this scope
0_0_6423589_13586.cpp:106: error: `maxn' was not declared in this scope
0_0_6423589_13586.cpp: In function `void push_up(int)':
0_0_6423589_13586.cpp:108: error: `d' undeclared (first use this function)
0_0_6423589_13586.cpp:108: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6423589_13586.cpp:108: error: `m' undeclared (first use this function)
0_0_6423589_13586.cpp: In function `void build(int, int, int)':
0_0_6423589_13586.cpp:113: error: `s1' undeclared (first use this function)
0_0_6423589_13586.cpp:113: error: `s2' undeclared (first use this function)
0_0_6423589_13586.cpp:113: error: `d' undeclared (first use this function)
0_0_6423589_13586.cpp: In function `void update(int, int, char, int, int, int)':
0_0_6423589_13586.cpp:123: error: `s1' undeclared (first use this function)
0_0_6423589_13586.cpp:124: error: `s2' undeclared (first use this function)
0_0_6423589_13586.cpp:125: error: `d' undeclared (first use this function)
0_0_6423589_13586.cpp: In function `int query(int, int, int, int, int)':
0_0_6423589_13586.cpp:134: error: `d' undeclared (first use this function)
0_0_6423589_13586.cpp: In function `int main()':
0_0_6423589_13586.cpp:152: error: `s1' undeclared (first use this function)
0_0_6423589_13586.cpp:152: error: `s2' undeclared (first use this function)
|