1. 用C或C++语言编写一个简单的词法分析程序,能够删除C/C++源程序中的所有注释,并输出处理后的结果。
例如,下面的C/C++源程序中的绿色部分都表示注释。#include<iostream>usingnamespacestd;voidmain(){//thisisasin...
例如,下面的C/C++源程序中的绿色部分都表示注释。
#include<iostream>
usingnamespace std;
void main()
{
//this is a single line comment
/*
this is amultiline comment
*/
cout<<"hello world"<<endl;
/*
this is amultiline comment
/*
this is amultiline comment
*/
cout<<"this is not a comment"<<endl;
*/
cout<<"/*this is not a comment*/"<<endl;
//*
cout<<"this is not a comment"<<endl;
*/
}
要求输出:
#include<iostream>
usingnamespace std;
void main()
{
cout<<"hello world"<<endl;
cout<<"this is not a comment"<<endl;
*/
cout<<"/*this is not a comment*/"<<endl;
cout<<"this is not a comment"<<endl;
*/
} 展开
#include<iostream>
usingnamespace std;
void main()
{
//this is a single line comment
/*
this is amultiline comment
*/
cout<<"hello world"<<endl;
/*
this is amultiline comment
/*
this is amultiline comment
*/
cout<<"this is not a comment"<<endl;
*/
cout<<"/*this is not a comment*/"<<endl;
//*
cout<<"this is not a comment"<<endl;
*/
}
要求输出:
#include<iostream>
usingnamespace std;
void main()
{
cout<<"hello world"<<endl;
cout<<"this is not a comment"<<endl;
*/
cout<<"/*this is not a comment*/"<<endl;
cout<<"this is not a comment"<<endl;
*/
} 展开
展开全部
cout<<"hello world"<<endl;
cout<<"this is not a comment"<<endl;
输出这两句?
cout<<"this is not a comment"<<endl;
输出这两句?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2012-10-09
展开全部
刘童鞋,我才是真的陆老湿,不要听上面的山寨扯蛋
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2012-10-09
展开全部
哪位是陆老师啊 你倒霉了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
刘同学你好,我是陆老师,我出的题目在网上是没有答案的,要独立完成。星期五上完课后你来办公室找我。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |