0_0_21021182_10939.cpp: In function 'int exgcd(int, int, int&, int&, int&)':
0_0_21021182_10939.cpp:43:9: error: return-statement with no value, in function returning 'int' [-fpermissive]
return ;
^
0_0_21021182_10939.cpp: In function 'void output()':
0_0_21021182_10939.cpp:53:9: error: 'x' was not declared in this scope
num=x;
^
0_0_21021182_10939.cpp:56:15: error: 'a' was not declared in this scope
solve(a,b,d,x,y);
^
0_0_21021182_10939.cpp:56:17: error: 'b' was not declared in this scope
solve(a,b,d,x,y);
^
0_0_21021182_10939.cpp:56:19: error: 'd' was not declared in this scope
solve(a,b,d,x,y);
^
0_0_21021182_10939.cpp:56:23: error: 'y' was not declared in this scope
solve(a,b,d,x,y);
^
0_0_21021182_10939.cpp:56:24: error: 'solve' was not declared in this scope
solve(a,b,d,x,y);
^
0_0_21021182_10939.cpp:60:17: error: 'a' was not declared in this scope
getdata(a,b,d,x,y);
^
0_0_21021182_10939.cpp:60:19: error: 'b' was not declared in this scope
getdata(a,b,d,x,y);
^
0_0_21021182_10939.cpp:60:21: error: 'd' was not declared in this scope
getdata(a,b,d,x,y);
^
0_0_21021182_10939.cpp:60:25: error: 'y' was not declared in this scope
getdata(a,b,d,x,y);
^
0_0_21021182_10939.cpp:60:26: error: 'getdata' was not declared in this scope
getdata(a,b,d,x,y);
^
0_0_21021182_10939.cpp:62:10: error: 'work' was not declared in this scope
work();
^
0_0_21021182_10939.cpp:65:12: error: 'a' was not declared in this scope
if(a!=27)
^
0_0_21021182_10939.cpp:66:20: error: 'Print' was not declared in this scope
Print(a);
^
0_0_21021182_10939.cpp:67:12: error: 'b' was not declared in this scope
if(b!=27)
^
0_0_21021182_10939.cpp:68:20: error: 'Print' was not declared in this scope
Print(b);
^
0_0_21021182_10939.cpp:69:12: error: 'c' was not declared in this scope
if(c!=27)
^
0_0_21021182_10939.cpp:70:20: error: 'Print' was not declared in this scope
Print(c);
^
0_0_21021182_10939.cpp: In function 'int main()':
0_0_21021182_10939.cpp:81:15: error: 'solve' was not declared in this scope
solve();
^
|