- 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 comments
-
TangM LV 9 @ 2022-9-22 20:49:27
这是什么
- 1
Information
- ID
- 12
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 5
- Tags
- (None)
- # Submissions
- 5480
- Accepted
- 1949
- Uploaded By