if (cc[i] == '(') left++;if (cc[i] == ')') right++;if (cc[i] == '=') break;if (left == right) printf("圆括号配对正确\n");