0_0_29927367_9614.cpp: In function 'void init()':
0_0_29927367_9614.cpp:22:49: error: expected primary-expression at end of input
fac[i] = fac[i - 1] * i % Mod, inv[i] = inv[i -
^
0_0_29927367_9614.cpp:22:49: error: expected ']' at end of input
0_0_29927367_9614.cpp:22:49: error: expected '}' at end of input
|