Oh My Holy FFFTime Limit: 5000/2500 MS (Java/Others) Memory Limit: 65535/65535 K (Java/Others)Total Submission(s): 1047 Accepted Subm
https://www.u72.net/daima/ed9c.html - 2024-09-14 20:52:03 - 代码库题意:给你n个矩阵求覆盖面积。思路:看了别人的结题报告给定一个矩形的左下角坐标和右上角坐标分别为:(x1,y1)、(x2,y2),对这样的一个矩形,我们构造两条线
https://www.u72.net/daima/fwku.html - 2024-07-10 02:27:39 - 代码库Mayor‘s postersTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 59683 Accepted: 17296DescriptionThe citizens of Bytetown, AB, coul
https://www.u72.net/daima/be93.html - 2024-08-16 11:27:06 - 代码库给出一个数组p,长度为n,1 <= n <= 10^5表示有n个格子,在第i个格子,你有p[i]的概率会到i + 1,有1 - p[i]的概率会到i - 1如果在区间[l,r]上玩游戏,我们规
https://www.u72.net/daima/nndrv.html - 2024-09-20 00:55:52 - 代码库A Simple Problem with IntegersTime Limit: 5000MS Memory Limit: 131072KTotal Submissions: 59046 Accepted: 17974Case Time Limit: 2000MSDescrip
https://www.u72.net/daima/nn7z4.html - 2024-08-01 03:23:46 - 代码库CodeForces - 315BSereja and ArrayTime Limit: 1000MS Memory Limit: 262144KB 64bit IO Format: %I64d & %I64uSubmit Status
https://www.u72.net/daima/nn441.html - 2024-09-20 23:13:31 - 代码库链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3574题意:一个坐标系,给出x1、x2限定左右边界,有n条直线,告诉每条直线的k和b,问在x1、
https://www.u72.net/daima/nhef0.html - 2024-08-03 12:01:58 - 代码库题意:宾馆有N个房间(1~N),M个操作,a=1,输入b,表示N间房是否有连续的b间房。有输出最左边的房编号没有输出0。a=2,输入b,c表示房间b到c清空。模仿了大神的代
https://www.u72.net/daima/nzkd7.html - 2024-09-21 17:02:32 - 代码库看到这题很开心啊,有印象跟以前做过的很像,貌&#20284;最近就做过一个,以时间戳为区间来建立树状数组,然后一开始我以为题意是,给x点加val,它以下的所有节点都
https://www.u72.net/daima/nkfa7.html - 2024-08-03 20:25:01 - 代码库【BZOJ4825】[Hnoi2017]单旋DescriptionH 国是一个热爱写代码的国家,那里的人们很小去学校学习写各种各样的数据结构。伸展树(splay)是一种数据结构,因为代
https://www.u72.net/daima/nkfuz.html - 2024-09-26 02:59:39 - 代码库题意:n个点构成的无根树,m次操作, 对于操作 x y z, 表示 x 到 y 路径上的 每个点 加一个 z 数字,可重复加。最后输出每个点 加的次数最多的那个数字,如果没有
https://www.u72.net/daima/nh4e2.html - 2024-08-03 06:48:50 - 代码库Problem DescriptionMany geometry(几何)problems were designed in the ACM/ICPC. And now, I also prepare a geometry problem for this final exam.
https://www.u72.net/daima/ndw36.html - 2024-09-30 10:35:02 - 代码库/* 题意:给n个数,m个操作,每次把区间[l,r]的数用它们的平均值替代, 如果平均值不是整数,且当前n个数的和小于原先的和就向上round,不然就向下round;*/#
https://www.u72.net/daima/nhz75.html - 2024-08-02 11:19:32 - 代码库题目链接:https://www.51nod.com/onlineJudge/questionCode.html#!problemId=1208题意:也是矩形框点问题,不过每个点有权值,希望权值最大。直接把出入的e
https://www.u72.net/daima/nn1ns.html - 2024-09-20 17:34:38 - 代码库Just a HookTime Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 18384 Accepted Submis
https://www.u72.net/daima/ndfr3.html - 2024-08-04 21:59:47 - 代码库题目大意:给出一个数列,每次从这个序列中删掉一个数字,问每次删之前逆序对的数量是多少。思路:这个题用CDQ分治是飞快的,然而我不知道怎么写。。于是就朴素
https://www.u72.net/daima/nr15k.html - 2024-08-09 13:23:02 - 代码库题目大意:。。。自己看从源点出发,分别向汇点连两条流量为a和b的边,跑最大流即是a&#43;b。代码:#include <cstdio>#include <cstring>#include <iostream
https://www.u72.net/daima/nvucn.html - 2024-10-30 09:42:39 - 代码库题目大意:给出一个序列,支持修改操作,求这个序列连续一段的乘积的欧拉函数。每个数的最大质因子不超过281。思路:φ(n) = n * (1 - 1 / p1) * (1 - 1 / p2
https://www.u72.net/daima/nsv90.html - 2024-08-10 11:24:53 - 代码库Description N children are sitting in a circle to play a game. The children are numbered from 1 to N in clockwise order. Each of them
https://www.u72.net/daima/nssrz.html - 2024-08-10 09:04:58 - 代码库题目大意:给出n个球,每个球上都有数字,然后每次都进行如下操作如果当前的球总共有k个,那么就把球上数字为k的所有球都消除掉注意到,并不是每种情况都可以
https://www.u72.net/daima/nvxc4.html - 2024-10-31 04:05:39 - 代码库