A = 1 B = 2 C = str(A+B) S = ' yukicoder' print(C+S)