| Problem | ippt |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-03 21:15:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:19:2: error: expected ‘}’ before ‘else’
19 | else(a+b+c >= 85) {
| ^~~~
ippt.cpp:17:39: note: to match this ‘{’
17 | else if(a+b+c >= 75 and a+b+c <= 84) {
| ^
ippt.cpp:19:19: error: expected ‘;’ before ‘{’ token
19 | else(a+b+c >= 85) {
| ^~
| ;