0_0_39801198_10259.cpp: In function 'void solve()':
0_0_39801198_10259.cpp:263:21: error: too few arguments to function 'll ksmp(ll, ll, ll)'
263 | cout << ksmp(2, n - 1) << endl;
| ~~~~^~~~~~~~~~
0_0_39801198_10259.cpp:171:4: note: declared here
171 | ll ksmp(ll a, ll b, ll p)
| ^~~~
0_0_39801198_10259.cpp:267:21: error: too few arguments to function 'll ksmp(ll, ll, ll)'
267 | cout << ksmp(2, n) << endl;
| ~~~~^~~~~~
0_0_39801198_10259.cpp:171:4: note: declared here
171 | ll ksmp(ll a, ll b, ll p)
| ^~~~
|