Problem | topical |
---|---|
User | dieunq1309 |
Submission Time | 2024-02-01 14:53:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp:8:49: error: ‘k’ was not declared in this scope
8 | int arr[mxk][mxk], val[mxk][mxk], ind[mxk], cur[k], filled[mxk];
| ^
topical.cpp: In function ‘int32_t main()’:
topical.cpp:36:58: error: ‘cur’ was not declared in this scope
36 | while (ind[i] < n && req[i][ind[i]].first <= cur[i]){
| ^~~