摘要:
1 //回文判断 Codeforces Round #286 (Div. 2) 2 #include<iostream> 3 #include<cstdio> 4 int main() 5 { 6 string f,temp; cin>>f; 7 int len(f.size()); 8 for(c 阅读全文
posted @ 2017-04-01 16:11
NWU_ACM
阅读(129)
评论(0)
推荐(0)
浙公网安备 33010602011771号