Hoán đổi hai số
Submit solution
Points:
1 (partial)
Time limit:
10.0s
Memory limit:
500M
Problem type
Allowed languages
C, C++, Java, Python
Viết chương trình nhập vào một số nguyên gồm hai chữ số
Ví dụ 1
Input
Copy
12
Output
Copy
21
Ví dụ 2
Input
Copy
34
Output
Copy
43
Comments
include <iostream>