相关文章
Codeforces Round #760 (Div. 3) D. Array and Operations
题目链接:Problem - D - Codeforces
You are given an array aa of n integers, and another integer k such that 2k≤n.
You have to perform exactly k operations with this array. In one operation, you have to choose two elements of the array (let the…
建站知识
2025/2/25 19:58:14
【比赛笔记】Codeforces Round #760 (Div. 3)总结
在CF上用虚拟参加的方式打了一场比赛,过程是这样的:
1.A题有一点绕,想了几分钟才想出思路,之后写出的代码样例没过,于是换了个角度想问题,代码不仅更简洁了,而且瞬间AC,总用时15分钟…
建站知识
2025/2/8 11:47:44
芝麻分760算什么档次,晒晒你们的分数,分数高了有什么用处?
芝麻分是支付宝旗下的一种信用分数,又分个人芝麻分和企业芝麻分两种形式. 着重讲一下个人芝麻信用分分数区间: 1、350-550分:“贷款用户”,占比5%,信用记录极差,属于缺钱又不还钱的那种,贷款基本与他无关。…
建站知识
2025/2/8 11:48:02
Codeforces Round #760 (Div. 3) A-E题解
Codeforces Round #760 (Div. 3)
本场div3还是延续老传统,全部思维题(但是G题还没开,未知,明天待补题),A-F全思维题,并没用到算法和数据结构。
A. Polycarp and Sums of Subsequences
水题&a…
建站知识
2025/2/20 14:18:02
Codeforces Round #760 (Div. 3) A. Polycarp and Sums of Subsequences
题目链接:Problem - A - Codeforces
Polycarp had an array aa of 3 positive integers. He wrote out the sums of all non-empty subsequences of this array, sorted them in non-decreasing order, and got an array bb of 7 integers.
For example, if a{1,4…
建站知识
2025/2/8 8:55:14
Codeforces Round #760 (Div. 3) 题解 完整A~G
A. Polycarp and Sums of Subsequences
题意
有数组 a a a,由3个正整数组成。对于 a a a的每个非空子序列,求子序列中的元素和,并按非递减的顺序存入数组 b b b,显然 b b b由7个正整数组成。现给定数组 b b b,求数组…
建站知识
2025/2/8 8:54:39
Codeforces Round #760 (Div. 3)
A. Polycarp and Sums of Subsequences
题目:
思路分析: 就是找出一个7个数序列是由三个数的原始序列 俩俩相加 三数相加组成的 可以容易的分析出来 这三个数就是由最小的二个数和最大的一个数-这个数组成 代码实现:
#include<iostream…
建站知识
2025/2/8 8:54:58
TFN FMT715C/ 760 C系列无线综合测试仪性能如何
TFN FMT715C/ 760 C系列无线综合测试仪是TFN仪器推出的一款手持式的,天线、馈线和电缆测试以及频谱分析测量的综合性仪器。用于工程现场测量 “回波损耗”、“驻波比”、“电缆损 耗”、“故障定位”、“反射相位”和“史密斯图”。
FMT715C/760C系列无线综合测试仪…
建站知识
2025/2/23 18:23:16