0_0_30633257_6937.cpp:2:14: error: variable or field 'ext_gcd' declared void
void ext_gcd(ll a, ll b, ll&d , ll& x, ll& y){
^
0_0_30633257_6937.cpp:2:14: error: 'll' was not declared in this scope
0_0_30633257_6937.cpp:2:20: error: 'll' was not declared in this scope
void ext_gcd(ll a, ll b, ll&d , ll& x, ll& y){
^
0_0_30633257_6937.cpp:2:26: error: 'll' was not declared in this scope
void ext_gcd(ll a, ll b, ll&d , ll& x, ll& y){
^
0_0_30633257_6937.cpp:2:29: error: 'd' was not declared in this scope
void ext_gcd(ll a, ll b, ll&d , ll& x, ll& y){
^
0_0_30633257_6937.cpp:2:33: error: 'll' was not declared in this scope
void ext_gcd(ll a, ll b, ll&d , ll& x, ll& y){
^
0_0_30633257_6937.cpp:2:37: error: 'x' was not declared in this scope
void ext_gcd(ll a, ll b, ll&d , ll& x, ll& y){
^
0_0_30633257_6937.cpp:2:40: error: 'll' was not declared in this scope
void ext_gcd(ll a, ll b, ll&d , ll& x, ll& y){
^
0_0_30633257_6937.cpp:2:44: error: 'y' was not declared in this scope
void ext_gcd(ll a, ll b, ll&d , ll& x, ll& y){
^
|