ABOUT ME
之前没写,看了看发布时间已经是五个月前了,趁着这节本应是体育课的时间写一下。
现在是2023.11.2 , 16:12:21
某不知名中学65级oier。
喜欢纸片人。
过几天oierdb上应该能搜到我了。
将于本周放大周回家(11.4)入坑银河境界线并弃坑米家游戏,以及蔚蓝档案。
打一点musedash,1999。
喜欢浅尝各种二次元新游。
喜欢看爽文,包括不限于h文。
缺省源
#include <bits/stdc++.h>
#define int long long
#define N 1000100
using namespace std;
inline int read()
{
int x = 0, f = 1;
char c = getchar();
while(c < '0' || c > '9'){if(c == '-') f = -1; c = getchar();}
while(c <= '9' && c >= '0') x = (x << 1) + (x << 3) + (c ^ 48), c = getchar();
return x * f;
}
inline void work()
{
}
signed main()
{
int T = read();
while(T --) work();
return 0;
}
本人码风:
update:2023.6.16
#include <bits/stdc++.h>
#define int long long
#define N 2000100
using namespace std ;
int n , d , p , a[ N ] , sum[ N ] , q[ N ] , ans ;
inline int len ( int x ) { return sum[ x ] - sum[ x - d ] ; }
signed main()
{
cin >> n >> p >> d ;
for ( int i = 1 ; i <= n ; i ++ )
{
cin >> a[ i ] ;
sum[ i ] = sum[ i - 1 ] + a[ i ] ;
}
int h = 1 , t = 0 ;
for ( int l = 1 , r = d ; r <= n ; r ++ )
{
while ( h <= t && len ( q[ t ] ) < len ( r ) ) t -- ;
q[ ++ t] = r ;
while ( sum[ r ] - sum[ l - 1 ] - len ( q[ h ] ) > p )
{
l ++ ;
if ( h <= t && q[ h ] < l + d - 1 ) h ++ ;
}
ans = max ( ans , r - l + 1 ) ;
}
cout << ans << endl ;
return 0 ;
}
《雪 distence》
你说我自以为是,可怜像扑火飞蛾。
任凭无用的勇敢将我淹没,这漩涡深不见底。
蜕去勉强的外壳,你充满防备的样子不像野备慧我。
会不会太久,久到这结果。
明明我想要却不敢对你说,我好想放手。
却幻想太多,悲叹你不是世上另一个我。
我愿把胸膛解剖,公开脆弱的结构。
有在跳动的血肉,别再只丢我骨头。
在这么冷的天,别离我那么远。
再靠近我一点,可是雪飘进双眼。
看不见你桥牌的谎言,心甘情愿囚禁在深渊。
舔舐着伤口和刀尖,可是雪飘进双眼。
看不见你桥牌的谎言,心甘情愿囚禁在深渊。
烧一捧雪花做硝烟,为什么抿下嘴唇尝起来像铁锈。
神经的恐慌和不安哪个会先走,我怕这沼泽死水就要将我淹没。
求你能拉住我就算只有几分钟,快要变成玩偶。
可以随意玩弄,别管我感受。
只要和你联手,我愿把胸膛解剖。
公开脆弱的结构,有在跳动的血肉。
别再只丢我骨头,在这么冷的天。
别离我那么远,再靠近我一点。
可是雪飘进双眼,看不见你桥牌的谎言。
心甘情愿囚禁在深渊,舔舐着伤口和刀尖。
可是雪飘进双眼,看不见你桥牌的谎言。
心甘情愿囚禁在深渊,烧一捧雪花做硝烟。
本文来自博客园,作者:北烛青澜,转载请注明原文链接:https://www.cnblogs.com/Multitree/p/17370220.html
The heart is higher than the sky, and life is thinner than paper.