Main.cc: In function 'int main()':
Main.cc:13:4: error: expected '}' at end of input
{
^
Main.cc:10:9: warning: unused variable 'flag' [-Wunused-variable]
bool flag = 0;
^
Main.cc:13:4: error: expected '}' at end of input
{
^