Problem psle
User christal
Submission Time 2023-12-04 16:55:07
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(a<60;a>=50){
| ~