> 其他 >
编程判断一个5位数是否是回文数
人气:208 ℃ 时间:2020-02-26 05:14:30
解答
C++的...我偷懒就用string写了,#include "stdafx.h"#include #include#includeusing namespace std;void main() { string a;cin>>a;int count=0;int length=a.size()-1;for(int i=0;i
推荐
猜你喜欢
© 2025 79432.Com All Rights Reserved.
电脑版|手机版