回文数英语单词:isPlalindrome 函数思维 求字符串第一个仅出现一次的字母 排序算法 归并排序 二分查找法 给定两个数组,从A数组中找出B数组中内容,并按升序排序 #include <iostream> using namespace std ; int main () { int arr [...
【noip2013】序列重排: 本题答案: 【noip2014】最大子矩阵: 本题答案: 矩阵转换 题目1 题目2 【noip2013】序列重排: 全局数组变量 a 定义如下: const int SIZE = 100 ; int a [ SIZE ], n ; 它记录着一个长度为 n 的序列 a[1] ,a[2...