Problem park
User justin271828
Submission Time 2025-02-20 11:59:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

park.cpp:28:39: error: expected ‘;’ after struct definition
28 | else return l->q(x, y)+r->q(x, y);}}
| ^
| ;
park.cpp: In function ‘int main()’:
park.cpp:41:27: error: expected ‘}’ at end of input
41 | bool b = (zxcvbnm == 1);
| ^
park.cpp:38:16: note: to match this ‘{’
38 | if (no == 1) {
| ^
park.cpp:41:27: error: expected ‘}’ at end of input
41 | bool b = (zxcvbnm == 1);
| ^
park.cpp:35:45: note: to match this ‘{’
35 | for (int qwerty = 0; qwerty < q; qwerty++) {
| ^
park.cpp:41:27: error: expected ‘}’ at end of input
41 | bool b = (zxcvbnm == 1);
| ^
park.cpp:30:12: note: to match this ‘{’
30 | int main() {
|