#include <bits/stdc++.h>
using namespace std;
long long n;
int main()
{
cin>>n;
if ((n%2==0) and (n>0)) cout<<"Hop le";
else cout<<"Khong hop le";
return 0;
}
Đúng 0
Bình luận (0)