Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:32:15: warning: unused variable 'temp' [-Wunused-variable]
long long temp=ext_gcd_1(a,b,x,y);
^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:32:15: warning: unused variable 'temp' [-Wunused-variable]
long long temp=ext_gcd_1(a,b,x,y);
^~~~