Problem pushups
User YunQingOng
Submission Time 2026-06-24 15:12:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pushups.cpp: In function ‘int main()’:
pushups.cpp:12:12: error: expected ‘;’ before ‘for’
12 | sum = 0
| ^
| ;
13 | for(long long i = 0; i<t; i++){
| ~~~
pushups.cpp:13:26: error: ‘i’ was not declared in this scope
13 | for(long long i = 0; i<t; i++){
| ^