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