Problem psle
User Isabel123
Submission Time 2023-11-08 10:11:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:12:14: error: expected ‘;’ before ‘}’ token
12 | cout << "B"
| ^
| ;
13 | } else if (s >= 50) {
| ~