Problem | ippt |
---|---|
User | Soysauce |
Submission Time | 2024-02-26 16:50:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:10:11: error: expected ‘;’ before ‘if’
10 | j = x+y+z
| ^
| ;
11 | if (x >= 85){
| ~~
ippt.cpp:14:2: error: ‘else’ without a previous ‘if’
14 | else if (x >= 75 && x <= 84){
| ^~~~