H2330819092


私信TA

用户名:dotcpp0692282

访问量:156

签 名:

麻雀偷吃到稻米

等  级
排  名 2132
经  验 2384
参赛次数 0
文章发表 3
年  龄 0
在职情况 学生
学  校 贺州学院
专  业

  自我简介:

#include<stdio.h>

void(GetTwoInts(int *a,int *b))

{

int temp;

temp=*a;

*a=*b;

*b=temp;

}

int main()

{

int x,y;

scanf("%d %d",&x,&y);

GetTwoInts(&x,&y);

printf("%d",x+y);

}


 

0.0分

0 人评分

  评论区