0_0_38514071_1397.cpp: In function 'int main()':
0_0_38514071_1397.cpp:45:19: error: cannot convert 'std::string {aka std::basic_string<char>}' to 'char*' for argument '1' to 'char* gets(char*)'
while (gets(ss) && ss[0] != '\0')
^
0_0_38514071_1397.cpp:52:26: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
while (scanf("%s", ss) != EOF)
^
|