Main.cc:1:13: error: 'string' was not declared in this scope
 bool OJ1467(string a, string b) {
             ^
Main.cc:1:23: error: 'string' was not declared in this scope
 bool OJ1467(string a, string b) {
                       ^
Main.cc:1:31: error: expression list treated as compound expression in initializer [-fpermissive]
 bool OJ1467(string a, string b) {
                               ^
Main.cc:1:33: error: expected ',' or ';' before '{' token
 bool OJ1467(string a, string b) {
                                 ^