题解列表

筛选

回文数字 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;intis_right(intm,intn){inta[6]={0};intt=0;w……

P1001 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<algorithm>usingnamespacestd;constintM=10000;in……

分糖果 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;intis_right(int*s,intn){intm=s[0];for(inti=……

Lucky Word (C++代码)

摘要:解题思路:统计并判断(max-min)差是否为质数质素依旧打表注意事项:字母不存在的不算hhh参考代码:#include <stdio.h>int ma……