您的位置:首页 > 编程语言

一份……可以输出自己的代码

2015-10-05 22:34 260 查看
看啊就像这样




是不是很好玩!!!!

博主只是突发奇想,试着关联自己,没想到竟然成功了。。。

附上代码:

[code]#include<cstdio>
#include<iostream>
#include<string>
#include<cstdlib>
using namespace std;
int main(){
    freopen("choukong.cpp","r",stdin);
    char st[10000];
    while(gets(st)){
        cout<<st<<endl;
    }
    system("pause");    
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: