Problem | helloworld |
---|---|
User | wongyikai |
Submission Time | 2023-12-20 17:04:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:124:30: error: expected ‘;’ before ‘return’
124 | if (root->range_min(l2,m)
| ^
| ;
125 |
126 | return 0;
| ~~~~~~
helloworld.cpp:127:1: error: expected primary-expression before ‘}’ token
127 | }
| ^
helloworld.cpp:126:11: error: expected ‘)’ before ‘}’ token
126 | return 0;
| ^
| )
127 | }
| ~
helloworld.cpp:124:8: note: to match this ‘(’
124 | if (root->range_min(l2,m)
| ^
helloworld.cpp:127:1: error: expected primary-expression before ‘}’ token
127 | }
| ^
helloworld.cpp:127:1: error: expected ‘}’ at end of input
helloworld.cpp:120:8: note: to match this ‘{’
120 | else {
| ^
helloworld.cpp:127:1: error: expected ‘}’ at end of i