上一页 1 2 3 4 5 6 7 8 9 10 ··· 64 下一页
摘要: F - Path to Integer Problem Statement There is an $N\times N$ grid. Let cell $(i,j)$ denote the cell in the $i$-th row from the top and $j$-th column 阅读全文
posted @ 2025-05-03 16:46 onlyblues 阅读(32) 评论(0) 推荐(0)
摘要: Path Existence Queries in a Graph II You are given an integer n representing the number of nodes in a graph, labeled from 0 to n - 1. You are also giv 阅读全文
posted @ 2025-04-30 13:30 onlyblues 阅读(55) 评论(0) 推荐(0)
摘要: Find X Value of Array II You are given an array of positive integers nums and a positive integer k. You are also given a 2D array queries, where queri 阅读全文
posted @ 2025-04-20 18:05 onlyblues 阅读(25) 评论(0) 推荐(0)
摘要: [IOI 2008] Island 题目描述 你准备浏览一个公园,该公园由 $N$ 个岛屿组成,当地管理部门从每个岛屿 $i$ 出发向另外一个岛屿建了一座长度为 $L_i$ 的桥,不过桥是可以双向行走的。同时,每对岛屿之间都有一艘专用的往来两岛之间的渡船。相对于乘船而言,你更喜欢步行。你希望经过的桥 阅读全文
posted @ 2025-04-16 21:45 onlyblues 阅读(35) 评论(0) 推荐(0)
摘要: Maximum Product of Subsequences With an Alternating Sum Equal to K You are given an integer array nums and two integers, k and limit. Your task is to 阅读全文
posted @ 2025-04-08 09:53 onlyblues 阅读(149) 评论(0) 推荐(0)
摘要: [GXOI/GZOI2019] 旅行者 题目描述 J 国有 $n$ 座城市,这些城市之间通过 $m$ 条单向道路相连,已知每条道路的长度。 一次,居住在 J 国的 Rainbow 邀请 Vani 来作客。不过,作为一名资深的旅行者,Vani 只对 J 国的 $k$ 座历史悠久、自然风景独特的城市感兴 阅读全文
posted @ 2025-04-05 22:28 onlyblues 阅读(27) 评论(0) 推荐(0)
摘要: 晚饭吃什么? 题目描述 “晚饭吃什么?” “我都行。” notPP 罗列了 $m$ 个吃饭的地点,在接下来的 $n$ 天中,notPP 觉得一直吃外卖会腻,于是他决定拿恰好 $k$ 天出来去外面吃饭。 但连续两天都在同一个地方吃饭容易腻,于是他希望“不能连续两天都去同一个地方吃饭(外卖除外)”的规则 阅读全文
posted @ 2025-04-04 22:36 onlyblues 阅读(44) 评论(0) 推荐(0)
摘要: 最小差值 题目描述 给你一个由 $n$ 个整数组成的数组 $\{a_1,a_2,\dots,a_n\}$,以及一个由 $m$ 个整数组成的数组 $\{b_1,b_2,\dots,b_m\}$,现在我们需要寻找一个最小的整数 $k$,满足 $-2 \times 10^9 \leq k \leq 2 \ 阅读全文
posted @ 2025-03-29 10:26 onlyblues 阅读(57) 评论(0) 推荐(0)
摘要: G. Game With Triangles: Season 2 There is a regular polygon with $n$ sides ($n \ge 3$). The vertices are indexed as $1,2,\ldots,n$ in clockwise order. 阅读全文
posted @ 2025-03-13 17:54 onlyblues 阅读(82) 评论(0) 推荐(0)
摘要: 最快相同 题目描述 现在有一个由 $n$ 个整数组成的数组 ${a_1,a_2,\ldots,a_n}$,你可以进行以下操作任意次(可以是 $0$ 次): 每次操作恰好选择 $k$ 个不同的位置,并使这些位置上的元素值减一;形式地说,每次操作可以选择一个大小为 $k$ 的集合 $S={p_1,p_2 阅读全文
posted @ 2025-03-08 19:55 onlyblues 阅读(77) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 64 下一页
Web Analytics