code.cpp 85 B

123
  1. bool comp(std::string str1, std::string str2) {
  2. return str1.size() == str2.size();
  3. }