Run ID:92099

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

q=input().split("-") a=int(q[0]) b=int(q[1]) c=int(q[2]) print(c,-b,-a,sep="-")