Problem prefixsums
User Tristyy
Submission Time 2024-06-18 14:26:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:18:8: error: redeclaration of ‘int t’
18 | int t = 0;
| ^
prefixsums.cpp:15:8: note: ‘int t’ previously declared here
15 | int t;
| ^