Problem | psle |
---|---|
User | Cally |
Submission Time | 2024-06-24 14:41:19 |
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) {
| ^~~~
psle.cpp:17:20: error: expected ‘;’ at end of input
17 | } else cout << "U"
| ~~~^
| ;
psle.cpp:17:17: error: expected ‘}’ at end of input
17 | } else cout << "U"
| ^~~
psle.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^