0_0_30539514_2821.cpp: In function 'int C(int, int)':
0_0_30539514_2821.cpp:35:53: error: expected primary-expression at end of input
return 1ll * fac[n] * inv[n - m] % mod * inv[m] %
^
0_0_30539514_2821.cpp:35:53: error: expected ';' at end of input
0_0_30539514_2821.cpp:35:53: error: expected '}' at end of input
|