int eval( ) {
string s;
如果是數字 return stoi(s);
如果是f g h return 相對應的eval( ) //例如 2*eval( )-1
最後 cout<<eval( )<<"\n";
}