Problem | psle |
---|---|
User | Cally |
Submission Time | 2024-06-24 14:42:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:5:5: error: expected ‘(’ before ‘s’
5 | if s<=91 {
| ^
| (
psle.cpp:7:4: error: ‘else’ without a previous ‘if’
7 | } else if (s>=75) {
| ^~~~