Problem topical
User haydendoo
Submission Time 2023-03-19 15:49:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topical.cpp: In function ‘int main()’:
topical.cpp:41:3: error: ‘uint64_fast_t’ was not declared in this scope; did you mean ‘uint_fast8_t’?
41 | uint64_fast_t curr[k]; memset(curr, 0, sizeof(curr));
| ^~~~~~~~~~~~~
| uint_fast8_t
topical.cpp:41:33: error: ‘curr’ was not declared in this scope
41 | uint64_fast_t curr[k]; memset(curr, 0, sizeof(curr));
| ^~~~