Main.cc: In function 'int main()':
Main.cc:6:10: error: expected primary-expression before ',' token
int max=,min=0;
^
Main.cc:10:11: error: invalid operands of types 'int' and '' to binary 'operator<'
if(a[i]' to binary 'operator-'
cout<