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