0_0_38084427_20968.cpp:5:1: error: 'string' does not name a type
string s;
^
0_0_38084427_20968.cpp: In function 'int main()':
0_0_38084427_20968.cpp:20:18: error: 'struct arr' has no member named 's'
cin >> str[i].s;
^
0_0_38084427_20968.cpp:27:16: error: 'struct arr' has no member named 's'
if (str[i].s == str[j].s)
^
0_0_38084427_20968.cpp:27:28: error: 'struct arr' has no member named 's'
if (str[i].s == str[j].s)
^
0_0_38084427_20968.cpp:30:13: error: 'struct arr' has no member named 's'
str[j].s = '\0';
^
0_0_38084427_20968.cpp:39:18: error: 'struct arr' has no member named 's'
cout << str[d].s<<endl;
^
|