Problem psle
User ILoveZubatAndMunna
Submission Time 2024-03-26 09:41:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:21:2: error: expected ‘}’ before ‘else’
21 | else if(a<=90){
| ^~~~
psle.cpp:19:17: note: to match this ‘{’
19 | else if(a<=74) {
| ^
psle.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
psle.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^