Problem | snowball |
---|---|
User | briyanii |
Submission Time | 2023-08-24 14:00:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp: In function ‘int main()’:
snowball.cpp:15:27: error: expected ‘;’ before ‘}’ token
15 | total += ALL[j] * ALL[j]
| ^
| ;
16 | }
| ~
snowball.cpp:17:40: error: expected ‘;’ before ‘}’ token
17 | total += (ALL[-1] + D) * (ALL[-1] + D)
| ^
| ;
18 | }
| ~