0_0_11751824_25576.cpp: In function `void pushup(int)':
0_0_11751824_25576.cpp:19: error: `m' undeclared (first use this function)
0_0_11751824_25576.cpp:19: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11751824_25576.cpp: In function `int query(int, int, int, int, int, int, int)':
0_0_11751824_25576.cpp:50: error: too few arguments to function `int query(int, int, int, int, int, int, int)'
0_0_11751824_25576.cpp:58: error: at this point in file
0_0_11751824_25576.cpp:50: error: too few arguments to function `int query(int, int, int, int, int, int, int)'
0_0_11751824_25576.cpp:59: error: at this point in file
0_0_11751824_25576.cpp: In function `int main()':
0_0_11751824_25576.cpp:67: error: `cin' undeclared (first use this function)
0_0_11751824_25576.cpp:76: error: expected `;' before "if"
0_0_11751824_25576.cpp:81: error: expected primary-expression before "else"
0_0_11751824_25576.cpp:81: error: expected `;' before "else"
|