Problem prefixsums
User yhmixeI
Submission Time 2024-12-09 14:48:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:11:10: error: expected ‘;’ before ‘psum’
11 | t+=p[i]
| ^
| ;
12 | psum[i]=t;
| ~~~~