sakublog
さくらこのブログ
2023年10月22日日曜日
雑記
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}')
QooQ