#33908: python解


2007alexchen0619@gmail.com (慕學)

學校 : 不指定學校
編號 : 221698
來源 : [210.60.35.77]
最後登入時間 :
2023-03-10 11:27:27

a, b = map(int, input().split())
re = a + b
print(re)