0_0_17804528_25888.cpp: In function 'LL extend_gcd(LL, LL, LL&, LL&, LL&)':
0_0_17804528_25888.cpp:40:41: error: too few arguments to function 'LL extend_gcd(LL, LL, LL&, LL&, LL&)'
LL r = extend_gcd(b, a % b, y, x);
^
0_0_17804528_25888.cpp:33:4: note: declared here
LL extend_gcd(LL a, LL b, LL &x, LL &y, LL &M)
^
|