Main.cc: In function 'int main()':
Main.cc:30:1: error: expected '}' at end of input
}
^
Main.cc:30:1: error: expected '}' at end of input
Main.cc:4:15: warning: unused variable 'd' [-Wunused-variable]
int a,b,c,d;
^
Main.cc:30:1: error: expected '}' at end of input
}
^