Run id: 153404
Main.cc:4:5: error: stray '\357' in program
int n,a,t[1001]={},max=0,b=0;
^
Main.cc:4:5: error: stray '\274' in program
Main.cc:4:5: error: stray '\214' in program
Main.cc: In function 'int main()':
Main.cc:4:26: error: expected ',' or ';' before 'max'
int n,a,t[1001]={},max=0,b=0;
^
Main.cc:11:13: error: invalid operands of types 'int' and '' to binary 'operator>'
if(t[j]>max){
^
Main.cc:12:5: error: overloaded function with no contextual type information
max=t[j];
^
Main.cc:13:5: error: 'b' was not declared in this scope
b=max;
^
Main.cc:16:11: error: 'b' was not declared in this scope
cout<