Problem | hld |
---|---|
User | popperoni |
Submission Time | 2024-12-22 13:57:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hld.cpp: In function ‘int main()’:
hld.cpp:147:65: error: expected ‘;’ before ‘for’
147 | ll n,Q;cin>>n;counter=1; ll a[n+1];memset(twok,-1,sizeof(twok))
| ^
| ;
148 | for(ll i=1;i<=n;i++){
| ~~~
hld.cpp:148:13: error: ‘i’ was not declared in this scope
148 | for(ll i=1;i<=n;i++){
| ^