0_0_23065687_15403.cpp:211:1: error: stray '\300' in program
扩展欧几里得求逆元:
^
0_0_23065687_15403.cpp:211:1: error: stray '\251' in program
0_0_23065687_15403.cpp:211:1: error: stray '\325' in program
0_0_23065687_15403.cpp:211:1: error: stray '\271' in program
0_0_23065687_15403.cpp:211:1: error: stray '\305' in program
0_0_23065687_15403.cpp:211:1: error: stray '\267' in program
0_0_23065687_15403.cpp:211:1: error: stray '\274' in program
0_0_23065687_15403.cpp:211:1: error: stray '\270' in program
0_0_23065687_15403.cpp:211:1: error: stray '\300' in program
0_0_23065687_15403.cpp:211:1: error: stray '\357' in program
0_0_23065687_15403.cpp:211:1: error: stray '\265' in program
0_0_23065687_15403.cpp:211:1: error: stray '\303' in program
0_0_23065687_15403.cpp:211:1: error: stray '\307' in program
0_0_23065687_15403.cpp:211:1: error: stray '\363' in program
0_0_23065687_15403.cpp:211:1: error: stray '\304' in program
0_0_23065687_15403.cpp:211:1: error: stray '\346' in program
0_0_23065687_15403.cpp:211:1: error: stray '\324' in program
0_0_23065687_15403.cpp:211:1: error: stray '\252' in program
0_0_23065687_15403.cpp:211:1: error: stray '\243' in program
0_0_23065687_15403.cpp:211:1: error: stray '\272' in program
0_0_23065687_15403.cpp:213:11: error: variable or field 'Gcd' declared void
void Gcd(LL a,LL b,LL& d,LL& x,LL& y){
^
0_0_23065687_15403.cpp:213:11: error: 'LL' was not declared in this scope
0_0_23065687_15403.cpp:213:16: error: 'LL' was not declared in this scope
void Gcd(LL a,LL b,LL& d,LL& x,LL& y){
^
0_0_23065687_15403.cpp:213:21: error: 'LL' was not declared in this scope
void Gcd(LL a,LL b,LL& d,LL& x,LL& y){
^
0_0_23065687_15403.cpp:213:25: error: 'd' was not declared in this scope
void Gcd(LL a,LL b,LL& d,LL& x,LL& y){
^
0_0_23065687_15403.cpp:213:27: error: 'LL' was not declared in this scope
void Gcd(LL a,LL b,LL& d,LL& x,LL& y){
^
0_0_23065687_15403.cpp:213:31: error: 'x' was not declared in this scope
void Gcd(LL a,LL b,LL& d,LL& x,LL& y){
^
0_0_23065687_15403.cpp:213:33: error: 'LL' was not declared in this scope
void Gcd(LL a,LL b,LL& d,LL& x,LL& y){
^
0_0_23065687_15403.cpp:213:37: error: 'y' was not declared in this scope
void Gcd(LL a,LL b,LL& d,LL& x,LL& y){
^
|