#24491: python - 一行解 sum()


hsugoya@gmail.com (Мигает cf4?)


sum包住input

再print

print(sum(map(int,input().split())))