#include
using namespace std;
int main(int argc, char *argv[])
{
string input;
int cmt;
int i;
while(true)
{
cin >> input;
if(cin.eof())
{
break;
}
cmt=input.size();
for(i=0;i < cmt;++i)
{
input[i]-=7;
}
cout << input << endl;
}
}
2008年10月30日 星期四
ACM458 - The Decoder
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言