摘要:
https://ac.nowcoder.com/acm/contest/39114 ###C 盲打(模拟) 大写的时候就多个shift键就🆗 #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pai 阅读全文
摘要:
https://www.acwing.com/problem/content/4510/ 给定一个长度为 n 的整数数组 a1,a2,…,an。 请你统计一共有多少个数组 a 的非空连续子数组能够同时满足以下所有条件: 该连续子数组的长度为偶数。 该连续子数组的前一半元素的异或和等于其后一半元素的异 阅读全文
摘要:
https://atcoder.jp/contests/abc264/tasks/abc264_c 题目大意: 给定n*m的a矩阵,x*y的b矩阵 问能不能删除若干行和列使a变成b? Sample Input 1 4 5 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 阅读全文