Run ID:90266

提交时间:2024-09-08 20:49:07

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