0_0_23634588_18105.cpp:32:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_23634588_18105.cpp:33:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_23634588_18105.cpp:34:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_23634588_18105.cpp:36:12: error: '__int64' does not name a type
#define LL __int64
^
0_0_23634588_18105.cpp:40:1: note: in expansion of macro 'LL'
LL fac[N],ny[N];
^
0_0_23634588_18105.cpp:36:12: error: '__int64' does not name a type
#define LL __int64
^
0_0_23634588_18105.cpp:41:1: note: in expansion of macro 'LL'
LL C(LL a,LL b){
^
0_0_23634588_18105.cpp: In function 'void predo()':
0_0_23634588_18105.cpp:50:2: error: 'fac' was not declared in this scope
fac[0]=1;
^
0_0_23634588_18105.cpp:51:2: error: 'ny' was not declared in this scope
ny[0]=inv(fac[0],MOD);
^
0_0_23634588_18105.cpp:51:22: error: 'inv' was not declared in this scope
ny[0]=inv(fac[0],MOD);
^
0_0_23634588_18105.cpp:52:14: error: expected ';' at end of input
for(int i=1;i
^
0_0_23634588_18105.cpp:52:14: error: expected primary-expression at end of input
0_0_23634588_18105.cpp:52:14: error: expected ')' at end of input
0_0_23634588_18105.cpp:52:14: error: expected statement at end of input
0_0_23634588_18105.cpp:52:14: error: expected '}' at end of input
|