标签:io sp div bs amp c nbsp 方法 return
#include <stdio.h>
int main()
{
int a,b;
printf("请输入两个数:\n");
scanf("%d %d",&a,&b);
a^=b;
b^=a;
a^=b;
printf("%d %d",a,b);
return 0;
}
标签:io sp div bs amp c nbsp 方法 return
原文地址:http://www.cnblogs.com/jjl591362424/p/4110005.html