Main.cc:3:1: error: expected ‘;’ before ‘int’
int main(){
^~~
Main.cc: In function ‘int main()’:
Main.cc:4:1: error: ‘hello’ was not declared in this scope
hello,my friend.
^~~~~
Main.cc:4:1: note: suggested alternative: ‘ftello’
hello,my friend.
^~~~~
ftello
Main.cc:4:7: error: ‘my’ was not declared in this scope
hello,my friend.
^~