0_0_17159753_7815.cpp: In function 'int main()':
0_0_17159753_7815.cpp:15:18: error: request for member 'begin' in 's', which is of non-class type 'char [1001]'
for(auto i=s.begin()+1;i!=s.end();i++)
^
0_0_17159753_7815.cpp:15:33: error: request for member 'end' in 's', which is of non-class type 'char [1001]'
for(auto i=s.begin()+1;i!=s.end();i++)
^
|