首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
以下题解仅供学习参考使用。
抄袭、复制题解,以达到刷AC率/AC数量或其他目的的行为,在N诺是严格禁止的。
N诺非常重视学术诚信。此类行为将会导致您成为作弊者。具体细则请查看N诺社区规则。
jzy_new
2022年6月7日 12:31
按题意取中值
P1291
回复 0
|
赞 3
|
浏览 5.0k
#include<stdio.h> #include<math.h> #include<algorithm> #include<string.h> #include<iostream> #include<vector> #include<queue> using namespace std; #define N 1000001 int number[2][N]; int newnumber[N]; int main() { int m , n; ...
题目
取中值
题解数量
1
发布题解
在线答疑
热门题解
1
按题意取中值