摘要:
#include "stdafx.h"#include #include using namespace std;int _tmain(int argc, _TCHAR* argv[]){ string input; cin>>input; int i=input.length()-1; while(i!=-1) { cout<<input[i]; --i; } return 0;} 阅读全文
posted @ 2013-08-02 00:53
一桶白开水
阅读(239)
评论(0)
推荐(0)

浙公网安备 33010602011771号