-->
当前位置:首页 > 题库

PROGRAMMING:Numerical exchange

Luz5年前 (2021-05-10)题库361
Numerical exchange is a skill that is often used in any programming language. Now please use C language to exchange two numerical values.
###Input format:
Enter two integers a and B
###Output format:
Exchange the values of a and B and output.
###Input example:
```in
3 4
```
###Output example:
```out
4 3
```







answer:If there is no answer, please comment