语法分析.cpp

leonhappy 15 0 CPP 2020-12-24 12:12:12

// 语法分析.cpp : Defines the entry point for the console application. // #include "stdafx.h" extern char * rwtab[]; extern char token[255]; extern int p_input; extern int p_token; extern char ch; extern char input[255]; int syn=-1; int kk=1; WORD *oneword=new WORD; void main() { printf("Enter Yo

用户评论
请输入评论内容
评分:
暂无评论