提交时间:2024-01-07 16:13:17

运行 ID: 34566

a,b,c=10 20 30 a,b,c=map(int,input().split()) print(c)