2011年10月20日

摘要: #include <stdio.h>#include <stdlib.h>int main(){ int a=5; int b=8; printf("a=%d,b=%d",a,b); a=a^b; b=a^b; a=a^b; printf("a=%d,b=%d",a,b);} 阅读全文
posted @ 2011-10-20 22:23 一指流砂 阅读(224) 评论(0) 推荐(0) 编辑

导航