作者:江楠
完成日期:2015年9月11日
主题:宣告主权
#include<iostream>
using namespace std;
int main()
{
cout<<"Who is the master here?"<<endl;
cout<<"I am."<<endl;
return 0;
}
C++程序主权宣告
作者:江楠
完成日期:2015年9月11日
主题:宣告主权
#include<iostream>
using namespace std;
int main()
{
cout<<"Who is the master here?"<<endl;
cout<<"I am."<<endl;
return 0;
}
80
292

被折叠的 条评论
为什么被折叠?