- 博客(3)
- 收藏
- 关注
原创 2021-11-01 错误票据题解
错误票据 题目 解法 首先显而易见在最小值到最大值范围内有一个数会出现两次一个数不出现 因此用一个数组去记录每个数字出现的次数 最后在最小值到最大值范围内遍历一次即可 #include<bits/stdc++.h> using namespace std; typedef long long ll; int main(void){ int t, max = INT_MIN, min = INT_MAX, a, cnt[100000], m, n; memset(cnt, 0, sizeo
2021-11-01 00:19:00 69
原创 Codeforces Round #690 A题 题解
Codeforces Round #690 A题 题解及思考 A. Favorite Sequence time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Polycarp has a favorite sequence a[1…n] consisting of n integers. He wrote it out on the whiteboa
2020-12-16 01:39:49 216
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人