0_0_39781027_29018.cpp: In function 'int main()':
0_0_39781027_29018.cpp:24:25: error: expected '}' at end of input
24 | if(gcd(a,c)!=1){
| ~^
0_0_39781027_29018.cpp:24:25: error: expected '}' at end of input
0_0_39781027_29018.cpp:13:39: note: to match this '{'
13 | while(scanf("%d%d%d",&a,&b,&c)==3){
| ^
0_0_39781027_29018.cpp:24:25: error: expected '}' at end of input
24 | if(gcd(a,c)!=1){
| ^
0_0_39781027_29018.cpp:11:11: note: to match this '{'
11 | int main(){
| ^
|