C++程序  |  6行  |  60 B

#include <string>

std::string test2() {
    return "lo";
}