Problem topical
User haydendoo
Submission Time 2023-03-19 14:24:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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));
| ^~~~