为什么不能输出giao如果输入(

printf("请输入一个式子");
char a[20],b;
gets(a);

printf("%c",a[1]);
if(a[0]=='(')
printf("%c",a[0]);

"("和"("不是一个符号。你可能输入的是第二个全角的"("。