Problem | snowball |
---|---|
User | iamnumber4 |
Submission Time | 2023-02-05 19:14:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp: In function ‘int main()’:
snowball.cpp:8:3: error: ‘cni’ was not declared in this scope
8 | cni >> arr[i];
| ^~~
snowball.cpp:17:23: error: expected ‘;’ before ‘}’ token
17 | sum += arr[i]*arr[i]
| ^
| ;
18 | }
| ~