Problem pushups
User YongXin
Submission Time 2023-06-03 21:40:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pushups.cpp: In function ‘int main()’:
pushups.cpp:7:8: error: expected ‘;’ before ‘for’
7 | a[0]=1
| ^
| ;
8 | for (long long i=1;i<1000000);++i){
| ~~~
pushups.cpp:8:21: error: ‘i’ was not declared in this scope
8 | for (long long i=1;i<1000000);++i){
| ^