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