Problem psle
User WuYanni
Submission Time 2024-06-24 14:39:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:12:25: error: expected ‘}’ at end of input
12 | else if (a<20)cout<<"U";
| ^
psle.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^