Python/CodeUp
1040 - 정수 1개 입력받아 부호 바꿔 출력하기
GLOWWW
2021. 2. 18. 18:43
num = input()
print(-int(num))