Problem | platonic5 |
---|---|
User | FIips |
Submission Time | 2025-06-11 03:07:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic5.cpp: In function ‘int32_t main()’:
platonic5.cpp:22:21: error: ‘n’ was not declared in this scope
22 | for(int i = 1; i < n; i++) psum[i] = arr[i] + psum[i - 1];
| ^