code.cpp 51 B

123
  1. bool isEmpty(std::string str) {
  2. return str == "";
  3. }