Run ID:92115

提交时间:2024-09-28 13:39:54

s=input().split() a=s[0] b=s[1] c=s[2] a=int(a) b=int(b) c=int(c) s=a s=b s=c print(s)