Hoán đổi 2 biến

View as PDF

Submit solution

Points: 0.01
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type

Viết chương trình nhập 2 số nguyên vào 2 biến a và b. Hoán đổi giá trị của a và b

Input

Một dòng duy nhất chứa 2 biến a và b

Output

Một dòng duy nhất là 2 biến a và b sau khi hoán đổi

Examples

Input

4 7 

Output

7 4

Comments

Please read the guidelines before commenting.


There are no comments at the moment.