Problem | maintainsum |
---|---|
User | Sheb |
Submission Time | 2025-04-09 16:06:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maintainsum.cpp: In function ‘int main()’:
maintainsum.cpp:7:17: error: request for member ‘fill’ in ‘A’, which is of non-class type ‘long long int [n]’
7 | int A[n]; A.fill(A, A + n,0);
| ^~~~