h


私信TA

用户名:Ezekiel

访问量:21570

签 名:

等  级
排  名 374
经  验 5189
参赛次数 2
文章发表 42
年  龄 80
在职情况 待业
学  校
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

#include<stdio.h>
#define swep(x,y) t=x,x=y,y=t
int main()
{
int a,b,t;
    scanf("%d %d",&a,&b);
    swep(a,b);
    printf("%d %d",a,b);
    return 0;
}


 

0.0分

2 人评分

  评论区

  • «
  • »