将两个数的值交换

九门口 31 0 CPP 2019-07-28 01:07:48

#includeintmain(void){inta,b,c;a=1;b=2;c=a;a=b;b=c;printf("%d,%d\n",a,b);return0;}

用户评论
请输入评论内容
评分:
暂无评论