Untitled
#include <iostream> #include <iomanip> #define n = 1000000000; using namespace hrt; int main(){ string em, anh; cin >> em >> anh; if(em > anh){ for(int i = 0; i <= em; i++){ printf("noc nha la : %s", em); return 0; } } else if(anh > em){ for(int i = 0; i <= pow(em, n); i ++){ printf("an no don nha : %s", anh ); return 0; } } else if (em = anh){ cout << "yen binh"; } return 0; }