| Problem | ippt |
|---|---|
| User | supercel980 |
| Submission Time | 2024-07-19 15:58:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:8:2: error: ‘d’ was not declared in this scope
8 | d = a+b+c
| ^
ippt.cpp:12:2: error: ‘else’ without a previous ‘if’
12 | else if (d < 75, d > 60){
| ^~~~
ippt.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
ippt.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^