include include using namespace std; int main() { string s; getline(cin, s); int len; len = s.length(); int a = 0; for (int i = 0,j=len-1; i < len/2 ;...
【noip2013】序列重排: 本题答案: 【noip2014】最大子矩阵: 本题答案: 矩阵转换 题目1 题目2 【noip2013】序列重排: 全局数组变量 a 定义如下: const int SIZE = 100 ; int a [ SIZE ], n ; 它记录着一个长度为 n 的序列 a[1] ,a[2...
给定两个数组,找出b数组中包含的数 [USACO05FEB] 进击的奶牛 Aggressive Cows G 方阵填数 深搜基础框架 #include < bits / stdc ++. h > using namespace std ; const int SIZE = 100 ; int n , i , j , ...