0_0_17726597_31620.cpp: In function 'int main()':
0_0_17726597_31620.cpp:18:15: error: request for member 'length' in 's', which is of non-class type 'char [100005]'
for(i=0;i<s.length()-p.length()+1;i++)
^
0_0_17726597_31620.cpp:18:26: error: request for member 'length' in 'p', which is of non-class type 'char [5005]'
for(i=0;i<s.length()-p.length()+1;i++)
^
0_0_17726597_31620.cpp:21:16: error: request for member 'length' in 'p', which is of non-class type 'char [5005]'
for(j=0;j<p.length()-1;j++)
^
0_0_17726597_31620.cpp:35:11: error: request for member 'length' in 'p', which is of non-class type 'char [5005]'
if(j<p.length()-1) putchar('0');
^
0_0_17726597_31620.cpp:41:12: error: request for member 'length' in 's', which is of non-class type 'char [100005]'
for(;i<s.length();i++)
^
|