| Problem | psle |
|---|---|
| User | Pavan1000 |
| Submission Time | 2023-03-29 17:49:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:5:1: error: expected initializer before ‘cin’
5 | cin>>x
| ^~~
psle.cpp:8:2: error: ‘else’ without a previous ‘if’
8 | }else if (x<=90 && x>=75){
| ^~~~
psle.cpp:8:11: error: ‘x’ was not declared in this scope
8 | }else if (x<=90 && x>=75){
| ^