相关文章
bzoj2333: [SCOI2011]棘手的操作 线段树+离线
网上都是可并堆在线搞,其实直接离线处理处每个联通块,然后把他们放一起,然后点更新,区间询问就可以了。 #include <iostream>
#include <algorithm>
#include <cstring>
#include <cstdio>
using namespa…
建站知识
2024/11/2 2:20:35
增强型P沟道mos管(如si2333ds)开关条件
增强型P沟道mos管(如si2333ds)开关条件 pmos管作为开关使用时,是由Vgs的电压值来控制S(source源极)和 D(drain漏极)间的通断。
Vgs的最小阀值电压为:0.4v,也就是说当 S&…
建站知识
2024/11/2 2:18:32
【左偏树】【bzoj 2333】: [SCOI2011]棘手的操作
http://www.lydsy.com/JudgeOnline/problem.php?id2333 带lazy的左偏树,由于我不会写,所以借(chao)鉴(xi)了一下hzwer #include <cstdio>
#include <cstring>
#include <cstdlib>
#incl…
建站知识
2024/11/2 2:32:42
ECNU203.2333进制
题目链接
from decimal import Decimaldef out(x):xint(x)out[]while x!0:xstr(x)tDecimal(x)%Decimal(2333)out.append(t)xDecimal(x)/Decimal(2333)xint(x)outout[::-1]return outtestcint(input())
lines[]
for i in range(testc):lineinput()lines.append(line)
for line…
建站知识
2024/10/10 0:31:31
TOJ2333 Feel Good
Feel Good 题目大意就是求一段区间[l,r],然后求这段区间的和乘上这段区间上的最小值的最大值。在3 1 6 4 5 2 中,[3,5]的最小值为4,和为15,乘积40为所有情况的最大值。
我的思路是对于每个数求一个区间,该数是这个区间…
建站知识
2024/10/31 15:12:48