相关文章
Codeforces Round #760 (Div. 3)题解(A-G)
Codeforces Round #760 比赛链接A. Polycarp and Sums of SubsequencesB. Missing BigramC. Paint the ArrayD. Array and OperationsE. Singers TourF. ReverseG. Trader Problem 比赛链接
Codeforces Round #760 (Div. 3) A. Polycarp and Sums of Subsequences
题意 有一个…
建站知识
2025/2/8 8:53:36
Codeforces Round #760 (Div. 2)
Codeforces Round #760 A. Polycarp and Sums of SubsequencesB. Missing Bigram A. Polycarp and Sums of Subsequences A. Polycarp and Sums of Subsequences 题目意思: 这道题的意思是一个长度为3数组,由其内部元素两两或全部相加得到的数࿰…
建站知识
2025/2/8 8:53:27
【超好懂的比赛题解】Codeforces Round #760 (Div. 3)
title :Codeforces Round #760 (Div. 3) date : 2021-12-15 tags : ACM,练习记录 author : Linno 题目链接 :Codeforces Round #760 (Div. 3)
补题进度:4/7
小结:E题以为是一个线代题,结果被数据和没模数劝退了。前面出题慢&…
建站知识
2025/2/20 16:21:01
D. Array and Operations-Codeforces Round #760 (Div. 3)
D. Array and Operations
time limit per test
2 seconds
memory limit per test
512 megabytes
input
standard input
output
standard output
You are given an array aa of nn integers, and another integer kk such that 2k≤n2k≤n.
You have to perform exact…
建站知识
2025/2/8 8:51:43
Codeforces Round #760 (Div. 3) A~G题解
A. Polycarp and Sums of Subsequences
题目
给我们一个长度为 3 3 3 的正整数数组 a a a 。 b b b 是一个长度为 7 7 7 的数组, b b b 中的每个元素代表着数组 a a a 某个子序列的元素和。
例如 a a a 数组等于 { 1 , 4 , 3 } \{1,4,3\} {1,4,3} , 那么 b {…
建站知识
2025/2/8 11:44:06
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/8 8:54:03
【比赛笔记】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