题解 1434: 蓝桥杯历届试题-回文数字

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

蓝桥杯历届试题-回文数字

摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int n; bool f(int x){     int a[6],i=0,nu……

简单逻辑,拒绝复杂

摘要:解题思路:注意事项:参考代码:import datetimen=int(input())count=0for j in range(10000,1000000):    sum = 0    j=st……

暴力求解,加标志位

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(void){    int n;int f=1;    int sum=0,num=0; scanf("%d",&n……

hhhhhhhhhhhhhhhh谢谢你

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ bool flag = 0; int n; cin >> n; int……