Problem | ippt |
---|---|
User | KingKav199 |
Submission Time | 2023-12-02 13:05:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int32_t main()’:
ippt.cpp:15:19: error: expected ‘)’ before numeric constant
15 | }else if(a+b+c >=7 5 && a+b+c <= 84) {
| ~ ^~
| )
ippt.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
ippt.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^