(48)有以下程序 < ">
时间:2012-10-01 18:42:47
(48)有以下程序
#include
main()
{ int a=1,b=2,c=3,x;
x=(a^b)&c; printf("%d ",x);
}
电脑版 | 手机版 | 返回顶部