ith
  • 2024-07-10LeetCode --- 2103. Rings and Rods 解题报告
    Question:Thereare n ringsandeachringiseitherred,green,orblue.Theringsaredistributed acrosstenrods labeledfrom 0 to 9.Youaregivenastring rings oflength 2n thatdescribesthe n ringsthatareplacedontotherods.Everyt
  • 2023-05-31HDU4546(优先队列)
    题目:比赛难度 题意:给一个整数序列,长度为n,求在这个序列的子序列中和为第m大的数。 分析:设置优先级队列{sum:当前和next:加入下个元素的和ith:将要考虑的下个元素}以next为优先级,小的先出队读入数据后排序,初始化队列第一个元素(0,a[0],0)每次出队一个元素
  • 2023-03-15CF1801E/CF1802G
    思路设\(x_i\)为从\(a\)到\(b\)的简单路径上的节点,\(y_i\)从\(c\)到\(d\)的简单路径上的节点。那么每次操作就是使\(x_i\)的汽油价格和\(y_i\)一致,这个
  • 2023-03-11Codeforces Round 857 (Div. 2)
    更好的阅读第一次进入时加载缓慢,请耐心等待。赛时降智,菜是原罪。A.Likes简单题。#include<bits/stdc++.h>usingnamespacestd;intT,n,a[11111],s[11111];intm