0_0_36072005_3851.cpp: In function 'int main()':
0_0_36072005_3851.cpp:15:29: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
while(scanf("%s%s",s1,s2) != EOF){
^
0_0_36072005_3851.cpp:15:29: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
|