0_0_34702228_29713.cpp: In function 'int main()':
0_0_34702228_29713.cpp:35:50: error: could not convert 'x' from 'node' to 'std::string {aka std::basic_string<char>}'
if (profess[0]=='s') striker.push_back(node{x});
^
0_0_34702228_29713.cpp:36:53: error: could not convert 'x' from 'node' to 'std::string {aka std::basic_string<char>}'
else if (profess[0]=='m') midf.push_back(node{x});
^
0_0_34702228_29713.cpp:37:57: error: could not convert 'x' from 'node' to 'std::string {aka std::basic_string<char>}'
else if (profess[0]=='d') defender.push_back(node{x});
^
0_0_34702228_29713.cpp:38:32: error: could not convert 'x' from 'node' to 'std::string {aka std::basic_string<char>}'
else goal.push_back(node{x});
^
0_0_34702228_29713.cpp:41:51: error: could not convert 'x' from 'node' to 'std::string {aka std::basic_string<char>}'
if (profess[0]=='s') striker.push_back(node{x});
^
0_0_34702228_29713.cpp:42:53: error: could not convert 'x' from 'node' to 'std::string {aka std::basic_string<char>}'
else if (profess[0]=='m') midf.push_back(node{x});
^
0_0_34702228_29713.cpp:43:57: error: could not convert 'x' from 'node' to 'std::string {aka std::basic_string<char>}'
else if (profess[0]=='d') defender.push_back(node{x});
^
0_0_34702228_29713.cpp:44:32: error: could not convert 'x' from 'node' to 'std::string {aka std::basic_string<char>}'
else goal.push_back(node{x});
^
|