- C语言练习--数字交换
不需t
- 2022-9-19 19:31:46 @
#include <stdio.h>
int main()
{
int a,b;
scanf("%d%d",&a,&b);
a=b-a;
b=b-a;
a=a+b;
printf("%d %d\n",a,b);
return 0;
}
1 条评论
-
TangM LV 9 @ 2022-9-22 20:49:27
这是什么
- 1
信息
- ID
- 12
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 5
- 标签
- 递交数
- 7375
- 已通过
- 2711
- 上传者