0_0_14537252_3914.cpp:75:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_14537252_3914.cpp:75:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_14537252_3914.cpp: In function 'int getphi(int)':
0_0_14537252_3914.cpp:78:5: error: redefinition of 'int getphi(int)'
int getphi(int x)
^
0_0_14537252_3914.cpp:4:5: note: 'int getphi(int)' previously defined here
int getphi(int x)
^
0_0_14537252_3914.cpp: In function 'int powmod(int, int, int)':
0_0_14537252_3914.cpp:91:5: error: redefinition of 'int powmod(int, int, int)'
int powmod(int x,int y,int mod)
^
0_0_14537252_3914.cpp:17:5: note: 'int powmod(int, int, int)' previously defined here
int powmod(int x,int y,int mod)
^
0_0_14537252_3914.cpp: In function 'int check(int, int, int)':
0_0_14537252_3914.cpp:97:5: error: redefinition of 'int check(int, int, int)'
int check(int x,int y,int mod)
^
0_0_14537252_3914.cpp:23:5: note: 'int check(int, int, int)' previously defined here
int check(int x,int y,int mod)
^
0_0_14537252_3914.cpp: In function 'int main()':
0_0_14537252_3914.cpp:115:5: error: redefinition of 'int main()'
int main()
^
0_0_14537252_3914.cpp:41:5: note: 'int main()' previously defined here
int main()
^
|