Problem | psle |
---|---|
User | AineshB |
Submission Time | 2024-11-07 10:25:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:7:10: error: expected ‘;’ before ‘if’
7 | cin >> s
| ^
| ;
8 | if ( s >= 91 && s >= 100){
| ~~
psle.cpp:11:2: error: ‘else’ without a previous ‘if’
11 | else if ( s >= 75 ){
| ^~~~