Problem inspections
User thatsmycroissant
Submission Time 2024-02-18 18:03:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

inspections.cpp: In function ‘int main()’:
inspections.cpp:35:38: error: expected ‘;’ before ‘for’
35 | for (ll i = 0; i<m; ++i) kc[-1] = -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)
| ^