Problem lis_easy
User AustinPi
Submission Time 2024-08-02 15:33:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:10:19: error: expected ‘;’ before ‘for’
10 | v.push_back(1)
| ^
| ;
11 | for (ll i=0;i<a;i++) {
| ~~~
lis_easy.cpp:11:17: error: ‘i’ was not declared in this scope
11 | for (ll i=0;i<a;i++) {
| ^