Code not getting accepted(MARBLES)

#include<bits/stdc++.h>
using namespace std;
#define ll unsigned long long
ll int calculate(int n,int k)
{
ll int mul=1,kmul=1;
int ok=k;
for(ll int i=n-1;i>n-k;i–)
{
mul=muli;
kmul=kmul
(–ok);
}
return mul/kmul;
}
int main()
{
ll int t;
cin>>t;
while(t–)
{
ll int n,k;
cin>>n>>k;
cout<<calculate(n,k)<<endl;
}
return 0;
}

Answer can overflow 64-bit integer.
Refer this for big int

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.