题解列表

筛选

P1044 (C++代码)

摘要:解题思路:动态规划注意事项:参考代码:#include<iostream>#include<algorithm>using namespace&nbs……

IP判断 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<cstdio>#include<cstring>intmain(){  charc[105]……

P1002 (C++代码)

摘要:解题思路:先用选择排序进行排序,然后由倒数n-k个减k-1个求m,然后对m进行素数判断注意事项:变量与题目的字母不同,请注意参考代码:#include<iostream>#include&……

字符串对比 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cstring>#include<cctype>#include<cmat……

判定字符位置 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;intmain(){   &am……