0_0_33904164_15103.cpp: In function 'int main()':
0_0_33904164_15103.cpp:67:18: error: expected unqualified-id before ';' token
int l, r,;
^
0_0_33904164_15103.cpp:69:23: error: 'k' was not declared in this scope
ll ans = (cal(k, r) - cal(k, l - 1) + MOD) % MOD;
^
|