Run id: 124773

Main.cc: In function 'int main()':
Main.cc:28:16: error: 'strlen' was not declared in this scope
  int q=strlen(a),w=strlen(b);
                ^
Main.cc:29:8: error: 'w' was not declared in this scope
  if(q==w){
        ^