Problem | topical |
---|---|
User | haydendoo |
Submission Time | 2023-03-19 14:24:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘void solve()’:
topical.cpp:42:2: error: ‘ll’ was not declared in this scope
42 | ll curr[k]; memset(curr, 0, sizeof(curr));
| ^~
topical.cpp:42:21: error: ‘curr’ was not declared in this scope
42 | ll curr[k]; memset(curr, 0, sizeof(curr));
| ^~~~
topical.cpp:53:18: error: ‘j’ was not declared in this scope
53 | ++ans; FOR(j, k) curr[j] += u[it.second][j];
| ^
topical.cpp:53:14: error: ‘FOR’ was not declared in this scope
53 | ++ans; FOR(j, k) curr[j] += u[it.second][j];
| ^~~