UVa-401 Palindromes
摘要:
#include#include#includeusing namespace std;int main(){ string a; while(cin>>a) { int k=a.size(); bool f1=1,f2=1; for(in... 阅读全文
posted @ 2015-02-14 03:12 windrises 阅读(124) 评论(0) 推荐(0) 编辑
posted @ 2015-02-14 03:12 windrises 阅读(124) 评论(0) 推荐(0) 编辑
posted @ 2015-02-14 03:09 windrises 阅读(104) 评论(0) 推荐(0) 编辑
posted @ 2015-02-14 03:06 windrises 阅读(92) 评论(0) 推荐(0) 编辑