Main.cc: In function 'int main()':
Main.cc:9:10: error: expected ';' before '}' token
y=y+x}
^
Main.cc:6:9: warning: unused variable 'y' [-Wunused-variable]
int y;
^
Main.cc: At global scope:
Main.cc:11:2: error: 'cout' does not name a type
cout<