Codeforces Round #232 (Div. 2)
Problems # Name A On Segment's Own Points standard input/output 1 s, 256 MB x1657 B On Corruption and Numbers standard input/output 1 s, 256 MB x925 C On Number of Decompositions into Multipliers standard input/output 1 s, 256 MB x181 D On
Problems
# | Name | ||
---|---|---|---|
A |
On Segment's Own Points
standard input/output 1 s, 256 MB |
![]() ![]() |
![]() |
B |
On Corruption and Numbers
standard input/output 1 s, 256 MB |
![]() ![]() |
![]() |
C |
On Number of Decompositions into Multipliers
standard input/output 1 s, 256 MB |
![]() ![]() |
![]() |
D |
On Sum of Fractions
standard input/output 2 s, 256 MB |
![]() ![]() |
![]() |
E |
On Changing Tree
standard input/output 2 s, 256 MB |
![]() ![]() |
![]() |
A题:n个区间,你可以选择第一个区间上的位置,后面n-1行是被占掉的区间,求你最多能占多长的区间。
思路:n才100,直接暴力,把出现过的区间标记掉,最后去遍历一遍即可。
B题:你有l-r的硬币,要组合出x的钱,问能否组合。
思路:可以的区间为1*[l,r], 2 * [l,r], 3 * [l,r]....直到后面区间重合了之后都是一直可以的,所以用x / l求出i。然后乘上r判断n在不在区间内即可。
C题:m是a1*a2*a3..*an。问m有几种分解成n个数相乘的不同方法。
思路:先分解所有a的分解成质因子,然后等同于把质因子放入n个位置去,用隔板法,每个质因子的方法为C(n - 1 + k) (n - 1)种,k为该质因子个数。
D题:求出题目给定公式值。
思路:先推公式1/u(i) * 1/v(i) = 1/(v(i) - u(i)) * (1/v(i) - 1/u(i))。如此一来前面每一项等于(1/2 - 1/3) + (1/3 - 1/5) + (1/5 - 1/7).....(1/m - 1/n) = 1/2 - 1/n。然后关键就变成找出n的上下质数,这步用暴力枚举,直到是质数为止。然后求出总和即可。
E题:n个点的有根树,根为1,操作1在v结点添加,距离为i的子节点添加值为x - i * k。2为询问。
思路:树状数组,在添加的时候,先假设是从根添加,这样要多添加k * dep[v]。然后开2个树状数组一个记录sum和一个记录k。这样一来最后答案变为
sum - k * dep[v];
代码:
A:
#include <stdio.h> #include <string.h> #include <algorithm> using namespace std; const int N = 105; int n, i, vis[N], l, r, ll, rr; int main() { scanf("%d", &n); scanf("%d%d", &ll, &rr); for (i = 2; i <br> B: <pre class="brush:php;toolbar:false">#include <stdio.h> #include <string.h> int t; __int64 n, l, r, i; bool solve() { if (n <br> C: <pre class="brush:php;toolbar:false">#include <stdio.h> #include <string.h> #include <math.h> #include <map> using namespace std; const int MOD = 1000000007; const int N = 505; const int MAXN = 20005; int n, a, cnt = 0, num[MAXN], c[20005][1005]; map<int> v; void getnum(int x) { for (int i = 2; i * i <br> D: <pre class="brush:php;toolbar:false">#include <stdio.h> #include <string.h> const int MAXN = 100005; int t; __int64 n, l, r, prime[MAXN], vis[MAXN], pn = 0; void init() { for (int i = 2; i <br> E: <pre class="brush:php;toolbar:false">#include <stdio.h> #include <string.h> #include <vector> using namespace std; const int N = 300005; const int MOD = 1000000007; int n, Q, i, nod, vis[N]; __int64 kbit[N], sbit[N], cnt = 0, l[N], r[N], dep[N]; vector<int> g[N]; void dfs(int u, __int64 d) { vis[u] = 1; dep[u] = d; cnt++; l[u] = cnt; for (int i = 0; i 0) { ans = (ans + num[x]) % MOD; x -= (x&(-x)); } return ans; } int main() { scanf("%d", &n); for (i = 2; i <br> <br> <p><br> </p> </int></vector></string.h></stdio.h>

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Many users are not sure which one is worth buying, Xiaomi Mi Pad 6 or Mi Pad 6. From the configuration point of view, the higher configuration of Pro is definitely recommended, but it also depends on the price and their own budget, and the different product positioning groups are also different. Which one is worth buying, Xiaomi Mi Pad 6 or Pro? Answer: Xiaomi Mi Pad 6 Pro will be better, both in terms of performance and camera battery life. 1. Processor Xiaomi Pad 6: Snapdragon 870 Xiaomi Mi Pad 6 Pro: more powerful first-generation Snapdragon 8+ processor 2. Battery size Xiaomi Mi Pad 6: 8840mAh, 67W second charge Xiaomi Mi Pad 6 Pro: 8600mAh, 33W The fast-charging Xiaomi Mi Pad 6 will have better battery life, but charging will be slower. 3. Take photos with Xiaomi Mi Pad 6

iPhone 15 Pro vs. iPhone 14 Pro: Specs Comparison Here is a spec comparison between iPhone 15 Pro Max and iPhone 14 Pro Max: iPhone 15 Pro Max iPhone 14 Pro Max Display size 6.7 inches 6.7 inches Display technology Super Retina 2,000 nits Dimensions 6.29x3.02x0.32 inches 6.33x3.06x0.31 inches Weight 221 grams 240 grams

Many users don’t know how to turn on the Xiaomi Mi Band 8 when they first come into contact with it. In fact, the method is very simple. We only need to find the USB data cable and connect the watch to the power supply, and then charge it for a while. You can press the button to turn on. How to turn on Xiaomi Mi Band 8pro 1. First install the watch, that is, connect the theme and the strap on both sides. 2. Then when we turn on the watch for the first time, we need to connect the charging cable. The connection method is at the bottom of the watch. 3. Wait for the watch to vibrate to power on, and then connect to your phone. >>>

MacBook Air is an Apple laptop. Many users are curious about the differences between MacBook Air and Pro. These two notebooks have some differences in processor core, main frequency and graphics card type. The differences between MacBook Air and Pro: 1. Different processor cores and threads: MacBook Air's processor has dual cores and four threads. The Pro is more powerful than the MacBook Air, with four cores and eight threads. 2. The main frequency of the processor is different: the processor of MacBook Air has a main frequency of 1.6GHz. The main frequency of the pro's processor is 1.4GHz, which is slightly lower than that of the macbook air. 3. Different graphics cards: macbookair adopts

Apple continues to push the boundaries of technology, and the latest proof of its innovation is the launch of the Apple A17 Pro GPU. This cutting-edge component features a completely redesigned GPU that promises significant improvements in performance, graphics, and user experience. The Apple A17 Pro GPU, launched alongside the iPhone 15 Pro, is a marvel of semiconductor engineering. It's manufactured using a 3nm process, which represents a major leap in miniaturization, packing more transistors into a single chip than ever before. This technical feat translates into greater power efficiency and computing power. Apple A17 Pro GPU delivers stunning graphics One of the standout features of the A17 Pro chip is its redesigned GPU. Apple has invested heavily in optimizing graphics performance, making it

Have you installed cameras in your home? In recent years, home camera products have suddenly become a hit. I asked my friends around me, and boy, every house has one, and some even have more than one. However, with the popularity of the product, it has also brought some complaints during use. For example, you can only see one place at the same time, and if you want to see other places, you have to adjust the pan/tilt and rotate the camera back and forth. There is a certain blind spot and time difference when viewing the picture; or when you want to take a closer look at a certain location in your home, you find that the picture is blurry and you cannot see it at all. Clarity; etc... The experience is greatly compromised. Honor Select and Xiaopai Technology jointly launched the Honor Select Xiaopai Smart Camera Pro featuring "three lenses and dual images". Provides new solutions to industry and user pain points

Xiaomi pro14 is already on the market, and its configuration is very good for a business office notebook. There are three processor configurations to choose from, and the price is not particularly high. Many friends don’t know the specific launch time of Xiaomi Pro14. Xiaomi Pro14 launch time A: Xiaomi Pro14 Ryzen Edition will be available for pre-order on November 10, 2021, with an initial price starting from 5,299 yuan. Xiaomi Notebook Pro 14 will be released on July 4, 2022, and will officially go on sale at midnight on July 8. Xiaomi pro14 introduction 1. The screen is equipped with a 14-inch 2.5K Super Retina screen with a resolution of 2560x1600, a screen-to-body ratio of up to 88%, a 100% sRGB color gamut, and a refresh rate of 120Hz. 2. Appearance adopts 6 series

The iPhone 15 Pro series equipped with the A17 Pro chip was the highlight of Apple's conference earlier today. However, this time the Pro series is not only different from the basic series. There is also not only a size difference between iPhone 15 Pro and iPhone 15 Pro Max, which users need to pay attention to before purchasing. . The battery life benefits from the large size of the iPhone 15 Pro Max, and its battery life is better than that of the iPhone 15 Pro. By playing videos to test, the former has a battery life of 29 hours, while the latter only has 23 hours. But under the same fast charging conditions, it will take more time to fully charge the iPhone 15 Pro Max. Telephoto focal length iPhone15Pro and
