#include #include int main() { std::string a,b; std::cin >> a >> b; std::cout << "A + B" << std::endl; return 0; }