Problem | snowball |
---|---|
User | dieunq1309 |
Submission Time | 2023-07-17 11:18:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp: In function ‘int main()’:
snowball.cpp:20:25: error: ‘n’ was not declared in this scope
20 | arr[N-1] = pow((arr[n-1]+ D), 2);
| ^