#include int main() { int32_t A = 1; int32_t B = 2; std::string S = "yukicoder"; std::cout << A + B << " " << S << std::endl; return 0; }