| Problem | karina |
|---|---|
| User | popperoni |
| Submission Time | 2024-12-21 13:58:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
karina.cpp: In function ‘int main()’:
karina.cpp:71:40: error: expected ‘;’ before ‘for’
71 | ll n;cin>>n;memset(mem,-1,sizeof(mem))
| ^
| ;
72 | for(ll i=0;i<n;i++){
| ~~~
karina.cpp:72:13: error: ‘i’ was not declared in this scope
72 | for(ll i=0;i<n;i++){
| ^