Doubt regarding last test fail case

#include
using namespace std;
int main() {
int n,h,a;
cin>>n;
int i=0;
while(i<n){
cin>>a;
cin>>h;
if(h>a){
cout<<“Harshit”<<endl;
}
else if(a>h){
cout<<“Aayush”<<endl;
}
i++;
}
return 0;
}

there is some compiler issue that’s why its showing one test case as failed…
so don’t worry, move ahead with other questions…

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.