Problem pushups
User PlayVoltz
Submission Time 2023-09-13 07:50:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pushups.cpp: In function ‘int main()’:
pushups.cpp:27:13: error: expected ‘;’ before ‘for’
27 | dsum[0] = 0
| ^
| ;
28 | for (int i=1; i<=1000000; ++i){
| ~~~
pushups.cpp:28:16: error: ‘i’ was not declared in this scope
28 | for (int i=1; i<=1000000; ++i){
| ^