0_0_32645569_24402.cpp: In function 'int main()':
0_0_32645569_24402.cpp:42:55: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
printf("%10s%2d%4d", xs[j].name, xs[j].dui, xs[j].fs);
^
|