Main.cc: In function 'int main()':
Main.cc:12:12: error: 'maxn' was not declared in this scope
if(maxn<a[i]) maxn=a[i];
^
Main.cc:13:12: error: 'm1nn' was not declared in this scope
if(m1nn<a[i]) minn=a[i];
^
Main.cc:13:23: error: 'minn' was not declared in this scope
if(m1nn<a[i]) minn=a[i];
^
Main.cc:15:11: error: 'maxn' was not declared in this scope
cout<<maxn-minn<<endl;
^
Main.cc:15:16: error: 'minn' was not declared in this scope
cout<<maxn-minn<<endl;
^