0_0_22129657_27651.cpp: In function 'LL Pow(LL, LL)':
0_0_22129657_27651.cpp:25:2: error: 'nbsp' was not declared in this scope
LL ret = 1;
^
0_0_22129657_27651.cpp: In function 'void rader(LL*, int)':
0_0_22129657_27651.cpp:36:2: error: 'nbsp' was not declared in this scope
for(int i = 1, j = len / 2; i < len - 1; i++)
^
0_0_22129657_27651.cpp:38:32: error: 'i' was not declared in this scope
if(i < j) swap(y[i], y[j]);
^
0_0_22129657_27651.cpp:38:36: error: 'j' was not declared in this scope
if(i < j) swap(y[i], y[j]);
^
0_0_22129657_27651.cpp:40:35: error: 'j' was not declared in this scope
while(j >= k)
^
0_0_22129657_27651.cpp:42:43: error: 'j' was not declared in this scope
j -= k;
^
0_0_22129657_27651.cpp:45:32: error: 'j' was not declared in this scope
if(j < k) j += k;
^
0_0_22129657_27651.cpp: In function 'void ntt(LL*, int, int)':
0_0_22129657_27651.cpp:50:2: error: 'nbsp' was not declared in this scope
rader(y, len);
^
0_0_22129657_27651.cpp:53:52: error: 'h' was not declared in this scope
LL wn = Pow(g, (MOD-1)/h);
^
0_0_22129657_27651.cpp:58:55: error: 'j' was not declared in this scope
for(int k = j; k < j + h / 2; k++)
^
0_0_22129657_27651.cpp:60:66: error: 'k' was not declared in this scope
LL u = y[k];
^
0_0_22129657_27651.cpp:71:66: error: 'i' was not declared in this scope
for(int i = 0; i < len; i++) y[i] = y[i] * t % MOD;
^
0_0_22129657_27651.cpp: In function 'bool cmp(int, int)':
0_0_22129657_27651.cpp:80:2: error: 'nbsp' was not declared in this scope
return a>b;
^
0_0_22129657_27651.cpp: In function 'void prepare()':
0_0_22129657_27651.cpp:85:2: error: 'nbsp' was not declared in this scope
fac[0]=inv[0]=1;
^
0_0_22129657_27651.cpp: In function 'void work()':
0_0_22129657_27651.cpp:93:2: error: 'nbsp' was not declared in this scope
int len=1;
^
0_0_22129657_27651.cpp:101:13: error: expected ')' before ';' token
ntt(x1,len,1);
^
0_0_22129657_27651.cpp:104:13: error: expected ')' before ';' token
ntt(x1,len,-1);
^
0_0_22129657_27651.cpp:106:1: error: expected ';' before '}' token
}
^
0_0_22129657_27651.cpp:106:1: error: expected primary-expression before '}' token
0_0_22129657_27651.cpp:106:1: error: expected ')' before '}' token
0_0_22129657_27651.cpp:106:1: error: expected primary-expression before '}' token
0_0_22129657_27651.cpp: In function 'int main()':
0_0_22129657_27651.cpp:110:2: error: 'nbsp' was not declared in this scope
//freopen("out.txt","w",stdout);
^
0_0_22129657_27651.cpp:125:90: error: 'i' was not declared in this scope
ans=(ans+x1[i])%MOD;
^
|