Error While Submit Code

When compilation this code works perfect not showing error after submit this code test not passes let me explain why:’’’’…
#include
#include
using namespace std;
int main(){
int n;
cin>>n;

int i=1;
int largest =INT_MIN;
int no;
while(i<=n){
    cin>>no;
    if(largest<no){
        largest =no;
         
         


    }
    i++;
   
}
cout<<largest;

cout<<endl;





return 0;

}

hi @discobot,
updated and commented

Hi! To find out what I can do, say @discobot display help.