일반적인 방법
tmp =a
a = b
b = tmp

특별한 방법
a = a+b
b = a-b
a = a-b

- dc official App