码迷,mamicode.com
首页 > 其他好文 > 详细

#2019120700021 回文判断

时间:2019-12-07 11:01:08      阅读:80      评论:0      收藏:0      [点我收藏+]

标签:i++   pre   lse   字符   char   else   ret   span   %s   

#include <cstdio>
#include <algorithm>
#include <cstdio>
#include <cmath>
#include <cstring>
#include <iostream> 
using namespace std;
char ch,lett[101];
int main(){
    scanf("%s",lett+1);
    int a=1,b=strlen(lett+1);
    b--;
    while(lett[a]==lett[b]&&(b>=1)) {
        a++;b--;
    }
    if(b==0) printf("Yes");
    else printf("No");
    return 0; 
     
}
void fetc(){
    int i=1;
    cin>>ch;
    while(ch!='.'){
        lett[i]=ch;
        i++;
        cin>>ch;
    }
    return ;
}

\(fetc\)函数是一种读入字符串的方式

#2019120700021 回文判断

标签:i++   pre   lse   字符   char   else   ret   span   %s   

原文地址:https://www.cnblogs.com/liuziwen0224/p/12000536.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!