Main.cc: In function 'int main()':
Main.cc:10:5: error: expected primary-expression before '}' token
} {
^
Main.cc:20:9: error: 'else' without a previous 'if'
else
^
Main.cc:30:5: error: 'else' without a previous 'if'
else
^
Main.cc:33:5: error: expected primary-expression before '}' token
} {
^
Main.cc:43:9: error: 'else' without a previous 'if'
else
^
Main.cc:54:1: error: expected '}' at end of input
}
^