Main.cc: In function 'int main()':
Main.cc:8:5: error: expected '}' at end of input
{
^
Main.cc:5:13: warning: unused variable 'y' [-Wunused-variable]
float x,y;
^
Main.cc:8:5: error: expected '}' at end of input
{
^