Problem | flamethrower |
---|---|
User | noel |
Submission Time | 2024-06-20 13:04:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:15:28: error: expected ‘;’ before ‘}’ token
15 | combo[i]=combo[i]+arr[j]
| ^
| ;
16 | }
| ~