0_0_33514522_24766.cpp:76:2: error: stray '#' in program
}#include<string.h>
^
0_0_33514522_24766.cpp:76:3: error: 'include' does not name a type
}#include<string.h>
^
0_0_33514522_24766.cpp: In function 'int gcd(int, int)':
0_0_33514522_24766.cpp:87:5: error: redefinition of 'int gcd(int, int)'
int gcd(int a, int b)
^
0_0_33514522_24766.cpp:12:5: note: 'int gcd(int, int)' previously defined here
int gcd(int a, int b)
^
0_0_33514522_24766.cpp: In function 'int main()':
0_0_33514522_24766.cpp:98:5: error: redefinition of 'int main()'
int main()
^
0_0_33514522_24766.cpp:23:5: note: 'int main()' previously defined here
int main()
^
|