0_0_32645849_31134.cpp: In function 'int main()':
0_0_32645849_31134.cpp:25:32: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
while (~scanf("%s", xs[i].name))
^
0_0_32645849_31134.cpp:43:60: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
printf("%-10s %2d %4d\n", xs[k].name, xs[k].dui, xs[k].fs);
^
|