Problem | inspections |
---|---|
User | thatsmycroissant |
Submission Time | 2024-02-18 18:04:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
inspections.cpp: In function ‘int main()’:
inspections.cpp:35:37: error: expected ‘;’ before ‘for’
35 | for (ll i = 0; i<m; ++i) kc[i] = -1
| ^
| ;
36 | for (ll i = 0; i<m; ++i)
| ~~~
inspections.cpp:36:17: error: ‘i’ was not declared in this scope
36 | for (ll i = 0; i<m; ++i)
| ^