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 阅读(126) 评论(0) 推荐(0)
posted @ 2015-02-14 03:12 windrises 阅读(126) 评论(0) 推荐(0)
posted @ 2015-02-14 03:09 windrises 阅读(108) 评论(0) 推荐(0)
posted @ 2015-02-14 03:06 windrises 阅读(95) 评论(0) 推荐(0)