// ConsoleApplication4.cpp: 定义控制台应用程序的入口点。 // #include "stdafx.h" using namespace std; int a, num = 0; bool start(char *s, int a); bool END; //找到符合要求的式子的标记 //预留三个括号位 #define DIGIT_1 3 #define DIGIT_2 11 #define DIGIT_3 19 #define DIGIT_4 27 #define DIGIT_5 35 …