Run ID:132233

提交时间:2025-10-07 13:52:20

a,b,c = int(input()) a = int(a) b = int(b) c = int(c) print(a+b+c)