Main.cc: In function 'int main()':
Main.cc:21:19: error: expected primary-expression before ';' token
for(int i=0;i<;i++){
^
Main.cc:24:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<=b.size();i++){
^
Main.cc:25:18: warning: array subscript has type 'char' [-Wchar-subscripts]
if(a[b[i]]==1){
^