Problem psle
User thelusidian
Submission Time 2024-02-19 17:06:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:27:4: error: expected ‘}’ before ‘else’
27 | } else {
| ^~~~
psle.cpp:18:10: note: to match this ‘{’
18 | } else {
| ^
psle.cpp:27:4: error: expected ‘}’ before ‘else’
27 | } else {
| ^~~~
psle.cpp:7:17: note: to match this ‘{’
7 | if (score > 49){
| ^
psle.cpp:42:1: error: expected ‘}’ at end of input
42 | }
| ^
psle.cpp:27:9: note: to match this ‘{’
27 | } else {
| ^
psle.cpp:42:1: error: expected ‘}’ at end of input
42 | }
| ^
psle.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^