Main.cc: In function 'int main()': Main.cc:17:3: error: return-statement with no value, in function returning 'int' [-fpermissive] return; ^ Main.cc:5:12: warning: unused variable 'maxi' [-Wunused-variable] int max=0,maxi=0; ^