0_0_33630347_9270.cpp: In function 'int main()':
0_0_33630347_9270.cpp:64:19: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
scanf("%s",name);
^
0_0_33630347_9270.cpp:69:27: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
scanf("%s%s",name,name2);
^
0_0_33630347_9270.cpp:69:27: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
|