文件名称:Program-comments
-
所属分类:
- 标签属性:
- 上传时间:2013-03-16
-
文件大小:2kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
源程序注释
给定 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
3/Main.class
3/Main.java
3/output.out
3
3/Main.class
3/Main.java
3/output.out
3
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.