#include <stdio.h>
int main(){
int a=0xEFCA,result;
result=a|a;
printf("a|a=%X\n",result);
return 0;
}
C 语言的或计算
PHP的正则表达式
C 语言对自己年龄取反