Problem ponteng
User jamessng
Submission Time 2023-08-25 19:51:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ponteng.cpp: In function ‘int main()’:
ponteng.cpp:106:25: error: too few arguments to function ‘ll mult(ll, ll)’
106 | fac[i]=mult(fac[i-1]*i);
| ^
ponteng.cpp:47:11: note: declared here
47 | inline ll mult(ll a,ll b){
| ^~~~