0_0_36644741_24114.cpp: In function 'int main()':
0_0_36644741_24114.cpp:75:37: error: expected ';' before ')' token
for(ll i=n;i>=max(n-lim,1ll));i--){
^
0_0_36644741_24114.cpp:75:39: error: 'i' was not declared in this scope
for(ll i=n;i>=max(n-lim,1ll));i--){
^
|