Run ID:129573
提交时间:2025-08-28 20:33:37
a = input() b = input() c = input() d = input() a = int(a) b = int(b) c = int(c) d = int(d) print(a+b+c+d)