0_0_25303238_32100.cpp: In function 'int main()':
0_0_25303238_32100.cpp:143:26: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
printf("%c %c\n", bo[i], gi[man_choice[i]]);
^
0_0_25303238_32100.cpp:143:45: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
printf("%c %c\n", bo[i], gi[man_choice[i]]);
^
|