imputer = input() imputer_s = imputer.split(" ") a_int= imputer_s[0] b_int= imputer_s[1] result = a_int+"+"+b_int print(result)