Problem | topical |
---|---|
User | haydendoo |
Submission Time | 2023-03-19 14:24:51 |
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));
| ^~~~