源代码: #include <iostream> #include <cstdio> #include <cstring> #include <windows.h> #include <conio.h> using namespace std;//The namespace. int top = 0; int lines = 0; bool inDoubleQuote; bool inSingleQuote; bool isPreprocessor; bool isStringInPreprocessor; bool isSing...