Main.cc:5:1: error: expected unqualified-id before ‘{’ token { ^ Main.cc: In function ‘int main()’: Main.cc:26:4: error: invalid operands of types ‘int’ and ‘int [20]’ to binary ‘operator/’ n1/=b; ~~^~~ Main.cc:26:6: error: in evaluation of ‘operator/=(int, int [20])’ n1/=b; ^ Main.cc:27:4: error: invalid operands of types ‘int’ and ‘int [20]’ to binary ‘operator/’ n2/=b; ~~^~~ Main.cc:27:6: error: in evaluation of ‘operator/=(int, int [20])’ n2/=b; ^