文件名称:Program-comments
- 所属分类:
- JSP源码/Java
- 资源属性:
- [C/C++] [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- l*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
源程序注释
给定 C/C++ 源程序的源代码,要求去掉所有的注释代码并输出去除注释后的代码。已知 C/C++ 代码的注释有两种:单行注释和多行注释,前者稳以“ // ”引导的行;后者则是由“ /* ”和“ */ ”包含的部分,可以在同一行内,也可以包括多行。
输入:
带注释的 C/C++ 源代码,所在文件为 input.in 。
输出:
输出到当前目录下的 output.out 文件,其内容为去除注释的 C/C++ 源代码。
-Source Comment
A given C/C++ source code source code required to remove all the commented code and output uncomment code. Known C/C++ code comments, there are two: single-line and multi-line comment, the former stable "/ /" guide line latter by "/*" and "* /" contains part in within the same line, but also may include multiple lines.
给定 C/C++ 源程序的源代码,要求去掉所有的注释代码并输出去除注释后的代码。已知 C/C++ 代码的注释有两种:单行注释和多行注释,前者稳以“ // ”引导的行;后者则是由“ /* ”和“ */ ”包含的部分,可以在同一行内,也可以包括多行。
输入:
带注释的 C/C++ 源代码,所在文件为 input.in 。
输出:
输出到当前目录下的 output.out 文件,其内容为去除注释的 C/C++ 源代码。
-Source Comment
A given C/C++ source code source code required to remove all the commented code and output uncomment code. Known C/C++ code comments, there are two: single-line and multi-line comment, the former stable "/ /" guide line latter by "/*" and "* /" contains part in within the same line, but also may include multiple lines.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3\input.in
.\Main.class
.\Main.java
.\output.out
3