0_0_29861299_32134.cpp: In function 'int main()':
0_0_29861299_32134.cpp:25:25: error: request for member 'size' in 's', which is of non-class type 'char [100007]'
for(int i=1;i<s.size();i++)
^
0_0_29861299_32134.cpp:48:39: error: request for member 'size' in 's', which is of non-class type 'char [100007]'
if(!check(pos+1,s.size(),t)) flag = 0;
^
0_0_29861299_32134.cpp:55:26: error: request for member 'size' in 's', which is of non-class type 'char [100007]'
sum += min(cnt[s.size()-1][t]-cnt[pos][t], r[t] - used[t]);
^
|