還暦からの東大数学への道〜主婦が挑む知性の頂
Atcoder Beginners Selection
1_1 Welcome to AtCoderをpythonで解きました。
Welcome to AtCoder
a = int(input()) b,c = map(int, input().split()) s = input() print(f'{a + b + c} {s}')