Run id: 105488

Main.cc: In function 'int main()':
Main.cc:9:2: error: expected ';' before 'int'
  int count;
  ^
Main.cc:11:19: error: invalid types 'char [100][]' for array subscript
   if(a[i]==b[count]){
                   ^
Main.cc:12:9: error: no post-increment operator for type
    count++;
         ^
Main.cc:16:12: error: invalid operands of types '' and 'int' to binary 'operator=='
  if(count==5){
            ^