0_0_38084394_11061.cpp:4:2: error: 'string' does not name a type
string s;
^
0_0_38084394_11061.cpp: In function 'int main()':
0_0_38084394_11061.cpp:19:18: error: 'struct arr' has no member named 's'
cin >> str[i].s;
^
0_0_38084394_11061.cpp:26:16: error: 'struct arr' has no member named 's'
if (str[i].s == str[j].s)
^
0_0_38084394_11061.cpp:26:28: error: 'struct arr' has no member named 's'
if (str[i].s == str[j].s)
^
0_0_38084394_11061.cpp:29:13: error: 'struct arr' has no member named 's'
str[j].s = '\0';
^
0_0_38084394_11061.cpp:38:18: error: 'struct arr' has no member named 's'
cout << str[d].s<<endl;
^
|