0_0_17508120_5441.cpp: In function 'long long int gcd(long long int, long long int, long long int&, long long int&)':
0_0_17508120_5441.cpp:45:4: error: 'temp' was not declared in this scope
y=temp-a/b*y;
^
0_0_17508120_5441.cpp:46:9: error: 'ngcd' was not declared in this scope
return ngcd;
^
0_0_17508120_5441.cpp: In function 'long int longjudge(long int, long int, long int)':
0_0_17508120_5441.cpp:51:25: error: 'a' was not declared in this scope
long longngcd= gcd(a,b,x,y);
^
0_0_17508120_5441.cpp:51:27: error: 'b' was not declared in this scope
long longngcd= gcd(a,b,x,y);
^
0_0_17508120_5441.cpp:52:9: error: 'c' was not declared in this scope
if(c%ngcd!=0)
^
0_0_17508120_5441.cpp:52:11: error: 'ngcd' was not declared in this scope
if(c%ngcd!=0)
^
0_0_17508120_5441.cpp:54:9: error: 'c' was not declared in this scope
x*=c/ngcd;
^
0_0_17508120_5441.cpp:54:11: error: 'ngcd' was not declared in this scope
x*=c/ngcd;
^
|