Main.cc: In function ‘int main()’: Main.cc:22:1: error: expected ‘}’ at end of input } ^ Main.cc:22:1: error: expected ‘}’ at end of input Main.cc:5:17: warning: unused variable ‘num’ [-Wunused-variable] int n,m,a[100],num; ^~~ Main.cc:6:7: warning: unused variable ‘flag’ [-Wunused-variable] bool flag=0; ^~~~ Main.cc:22:1: error: expected ‘}’ at end of input } ^