Tanky WooRSS

HDU/HDOJ 1048 The Hardest Problem Ever

05 May 2011
这篇博客是从旧博客 WordPress 迁移过来,内容可能存在转换异常。

题目传送门:

http://acm.hdu.edu.cn/showproblem.php?pid=1048

水题~~~ 标题党~~~

AC代码:

#include 
#include 
using namespace std;

string cipher, ss;

int main()
{
    //freopen("input.txt", "r", stdin);
    while(cin >> ss)
    {
        if(ss == "ENDOFINPUT")
            break;
        getchar();
        getline(cin, cipher);
        for(size_t i=0; i> ss;
    }
    return 0;
}