#P10. 【例4.1】 交换两个数的位置

【例4.1】 交换两个数的位置

Description

There are two integer variables aa and bb, storing the integers 2020 and 2222 respectively. Write a program to swap the values of these two variables and output the result.

Input Format

None.

Output Format

As per the problem description.

Sample

None
a=22
b=20