Problem | snowball |
---|---|
User | ATHY |
Submission Time | 2024-06-28 08:10:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp: In function ‘int main()’:
snowball.cpp:13:22: error: ‘i’ was not declared in this scope
13 | count = count + (v[i] * v[i]);
| ^
snowball.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
snowball.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^