Problem | prefixsums |
---|---|
User | polyda |
Submission Time | 2024-05-17 15:17:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:10:12: error: expected ‘;’ before ‘ps’
10 | cin >> t
| ^
| ;
11 | ps[i+1]=ps[i]+t;
| ~~