Main.cc: In function 'int main()':
Main.cc:7:20: error: 'm' was not declared in this scope
for(int i=1;i<=m;i++){
^
Main.cc:18:2: error: expected ';' before 'return'
return 0;
^
Main.cc:5:32: warning: unused variable 'i' [-Wunused-variable]
int M,a[10001]{},max,min,b,i;
^