Problem | topical |
---|---|
User | haydendoo |
Submission Time | 2023-03-19 14:36:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘int main()’:
topical.cpp:41:2: error: ‘unsignedong’ was not declared in this scope; did you mean ‘unsigned’?
41 | unsignedong long curr[k]; memset(curr, 0, sizeof(curr));
| ^~~~~~~~~~~
| unsigned
topical.cpp:41:35: error: ‘curr’ was not declared in this scope
41 | unsignedong long curr[k]; memset(curr, 0, sizeof(curr));
| ^~~~