Problem smallprimes_ex
User chenweilian
Submission Time 2023-03-11 15:35:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smallprimes_ex.cpp:63:7: error: expected initializer before ‘]’ token
63 | ll lim]20] = {inf, inf, inf, inf, 1e17, 8e16, 6e16, 6e16, 5e16, 4e16, 4e16, 3e16, 3e16, 3e16, 22e15, 2e16, 2e16};
| ^
smallprimes_ex.cpp: In function ‘void recurse(ll, int)’:
smallprimes_ex.cpp:78:18: error: ‘lim’ was not declared in this scope
78 | if(cur < lim[i]) {
| ^~~