Run ID:92098
提交时间:2024-09-28 13:19:29
q=input().split("-") a=int(q[0]) b=int(q[1]) c=int(q[2]) print(c,-b,-a,sep="")