提交时间:2024-01-07 16:29:09

运行 ID: 34573

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