0_0_36176470_10387.cpp:301:1: error: missing terminating ' character
void Getexp(ull 'a,ull *b,int l,ini r){
^
0_0_36176470_10387.cpp:396:14: error: empty character constant
puts(''");
^
0_0_36176470_10387.cpp:396:9: error: missing terminating " character
puts(''");
^
0_0_36176470_10387.cpp:418:11: error: empty character constant
scanf(''%d",&T);
^
0_0_36176470_10387.cpp:418:5: error: missing terminating " character
scanf(''%d",&T);
^
0_0_36176470_10387.cpp: In function 'int FFT::power(int, int)':
0_0_36176470_10387.cpp:30:15: error: 'i' was not declared in this scope
if (y&i) s=1ll*s*x%mo;
^
0_0_36176470_10387.cpp: At global scope:
0_0_36176470_10387.cpp:34:1: error: 'voic' does not name a type
voic FFTinit(){
^
0_0_36176470_10387.cpp:40:13: error: 'mt' was not declared in this scope
int FFTinit(mt n){
^
0_0_36176470_10387.cpp:40:18: error: expected ',' or ';' before '{' token
int FFTinit(mt n){
^
0_0_36176470_10387.cpp:469:1: error: expected '}' at end of input
}
^
|