Main.cc: In function ‘int main()’:
Main.cc:9:10: error: expected initializer before ‘-’ token
int minn-1,last=0;
^
Main.cc:11:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;iminn){
^~~~
Main.cc:15:11: note: suggested alternative: ‘main’
if(tmp>minn){
^~~~
main
Main.cc:22:17: error: ‘minn’ was not declared in this scope
if(flag) cout<