from sys import stdin A, B = input().split() def main(): print('A + B') input = lambda: stdin.readline().rstrip() main()