| 比赛 | 20120302 | 评测结果 | C |
|---|---|---|---|
| 题目名称 | 有道搜索框 | 最终得分 | 0 |
| 用户昵称 | Launcher | 运行时间 | 0.000 s |
| 代码语言 | C++ | 内存使用 | 0.00 MiB |
| 提交时间 | 2012-03-02 20:51:45 | ||
#include<fstream>
#include<string>
ifstream ("youdao.in");
ofstream ("youdao.out");
int main()
{
int i,j,k;
fout<<"bob"<<endl;
fout<<"dict dictionary"<<endl;
fout<<"dict dictionary"<<endl;
fout<<"dictionary"<<endl;
fout<<"youdao your"<<endl;
fout<<'z'<<endl;
return 0;
}