Main.cc: In function ‘int main()’:
Main.cc:9:11: warning: comparison with string literal results in unspecified behavior [-Waddress]
if(f=="+")
^~~
Main.cc:9:11: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]