Run ID:90031

提交时间:2024-09-07 18:51:57

a = 123 b = 456 c = a+b print("sum is",c)