0_0_30268433_30502.cpp:11:14: error: conflicting declaration 'char s [100005]'
char s[100005];
^
0_0_30268433_30502.cpp:10:8: note: previous declaration as 'std::string s [100005]'
string s[100005];
^
0_0_30268433_30502.cpp: In function 'int main()':
0_0_30268433_30502.cpp:23:28: error: 'ss' was not declared in this scope
scanf("%s",ss);
^
|