0_0_38286720_26725.cpp:2:16: error: 'string' was not declared in this scope
bool is_reback(string& str)
^
0_0_38286720_26725.cpp:2:24: error: 'str' was not declared in this scope
bool is_reback(string& str)
^
0_0_38286720_26725.cpp:3:1: error: expected ',' or ';' before '{' token
{
^
|