Hello From the New World

LLnju 2002-10-13 06:45:45
#include <iostream>
using namespace std;

namespace god {

void atom()
{
cout << "\t//! NOTHING \n";
}

void question()
{
cout << "\t//? god\n";
}

namespace helper {

namespace wisdom {

namespace human {

namespace ll {

void introduce()
{
cout << "\tcout << \"李亮\\n\";\n" << endl;
}

};
};
};

namespace member
{
void introduce()
{
god::helper::wisdom::human::ll::introduce();
}
};

void introduce()
{
member::introduce();
}
};

void makeworld()
{
cout << "#include <iostream>" << endl;
cout << "using namespace std;" << endl;

cout << "void main()" << endl;
cout << "{" << endl;

#ifdef GOD
cout << "\tcout << \"Hello World\\n\";\n" << endl;
#endif

god::atom();
god::question();

#ifdef GOD
cout << "\tcout << \"Hello From the New World\\n\";\n" << endl;
#endif

god::helper::introduce();

cout << "}" << endl;
}
};

void main()
{
god::makeworld();
}

...全文
31 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
MarsZhangLing 2002-10-18
  • 打赏
  • 举报
回复
上不去,什么意思??
间谍 2002-10-18
  • 打赏
  • 举报
回复
帮你up
LLnju 2002-10-13
  • 打赏
  • 举报
回复
谁帮我把贴子转到 GNU, 我上网不大方便。
睡觉去了
LLnju 2002-10-13
  • 打赏
  • 举报
回复
www.human.wisdom.helper.god

#1: 李亮 LLnju79@hotmail.com

33,010

社区成员

发帖
与我相关
我的任务
社区描述
数据结构与算法相关内容讨论专区
社区管理员
  • 数据结构与算法社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧