Skip to content

提交教学维基上布置的2017-3-23和2017-3-30的实验#92

Merged
c4pr1c3 merged 4 commits intoCUCCS:masterfrom
MineFi:master
May 2, 2017
Merged

提交教学维基上布置的2017-3-23和2017-3-30的实验#92
c4pr1c3 merged 4 commits intoCUCCS:masterfrom
MineFi:master

Conversation

@MineFi
Copy link
Contributor

@MineFi MineFi commented Apr 25, 2017

本实验目录下图片为本地测试数据截图,为方便审查,实验输入改为用户自主输入数据,用户可在vs环境下运行.c文件输入数据进行测试。

Copy link
Collaborator

@chenfucaijun chenfucaijun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

除了括号匹配有些问题,进制转换、行编辑程序、队列基本操作基本按照要求完成。

break;
case ')':
{
pop(s, &e);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 你确定这里出栈是成功的?我随便做个测试,你的代码结果就不对。
请输入括号串:
()))
括号匹配成功!
Process finished with exit code 0

Copy link
Collaborator

@chenfucaijun chenfucaijun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

第四次和第五次作业基本完成

@c4pr1c3 c4pr1c3 merged commit 963326b into CUCCS:master May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants