#include #include using namespace std; int main() { cout << "The GCD of 77 and 88 is " << gcd(77,88) << endl; return 0; }