文件名称:hw5
介绍说明--下载内容均来自于网络,请自行研究使用
实现删除嵌套的注释。每次从键盘上读取三行字符串。若发现存在嵌套的情况,即在注释内又存在的/*或*/,就把这/*或*/删除,注释外的部分保留。/与*优先级是左结合,即当前出现/*/时,优先删除/*。--Achieve delete nested comments. Each read three lines of string from the keyboard. If it is found of the presence of nested, the comment /* or* /, put /* or*/Remove the comment outside part of the reservation. /* Priority is left-associative, that is, the current /*/to give priority to remove the /*.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hw5.cpp