0_0_29966445_8247.cpp:5:12: error: 'll' does not name a type
#define ll ll
^
0_0_29966445_8247.cpp:8:1: note: in expansion of macro 'll'
ll q_mul(ll a, ll b, ll mod) { //快乘法 基于快速幂的二分思想
^
0_0_29966445_8247.cpp:5:12: error: 'll' does not name a type
#define ll ll
^
0_0_29966445_8247.cpp:19:1: note: in expansion of macro 'll'
ll q_pow(ll a, ll n, ll mod)
^
0_0_29966445_8247.cpp:5:12: error: 'll' was not declared in this scope
#define ll ll
^
0_0_29966445_8247.cpp:34:20: note: in expansion of macro 'll'
bool Miller_Rabbin(ll n, ll a) {//米勒拉宾素数判断函数主体
^
0_0_29966445_8247.cpp:5:12: error: 'll' was not declared in this scope
#define ll ll
^
0_0_29966445_8247.cpp:34:26: note: in expansion of macro 'll'
bool Miller_Rabbin(ll n, ll a) {//米勒拉宾素数判断函数主体
^
0_0_29966445_8247.cpp:34:30: error: expression list treated as compound expression in initializer [-fpermissive]
bool Miller_Rabbin(ll n, ll a) {//米勒拉宾素数判断函数主体
^
0_0_29966445_8247.cpp:34:32: error: expected ',' or ';' before '{' token
bool Miller_Rabbin(ll n, ll a) {//米勒拉宾素数判断函数主体
^
|