10 2021 档案

摘要:E - LEQ Time Limit: \(2\; sec\) / Memory Limit: \(1024\; MB\) Score : \(500\; points\) Problem Statement|题目描述 Given is a sequence of \(N\) integers: \ 阅读全文
posted @ 2021-10-18 20:03 AlienCollapsar 阅读(227) 评论(0) 推荐(0)
摘要:题目简介 题目描述 方伯伯在自己的农田边散步,他突然发现田里的一排玉米非常的不美。 这排玉米一共有 \(N\) 株,它们的高度参差不齐。 方伯伯认为单调不下降序列很美,所以他决定先把一些玉米拔高,再把破坏美感的玉米拔除掉,使得剩下的玉米的高度构成一个单调不下降序列。 方伯伯可以选择一个区间,把这个区 阅读全文
posted @ 2021-10-18 19:36 AlienCollapsar 阅读(125) 评论(0) 推荐(0)
摘要:由于未知不稳定因素,在某些评测机上可能有锅,欢迎指正: #include<bits/stdc++.h> using namespace std; const int maxn=100010; struct data{ int t,p,v; int fir,sec; void push(){ scan 阅读全文
posted @ 2021-10-11 20:28 AlienCollapsar 阅读(63) 评论(0) 推荐(0)
摘要:D - Online games Time Limit: \(2\; sec\) / Memory Limit: \(1024\; MB\) Score : \(400\; points\) Problem Statement|题目描述 There is an online game with \( 阅读全文
posted @ 2021-10-05 15:32 AlienCollapsar 阅读(371) 评论(0) 推荐(0)
摘要:C - Select Mul Time Limit: \(2\; sec\) / Memory Limit: \(1024\; MB\) Score : \(300\; points\) Problem Statement|题目描述 You are given an integer \(N\). C 阅读全文
posted @ 2021-10-05 10:56 AlienCollapsar 阅读(495) 评论(0) 推荐(0)
摘要:序号 名称 链接 A Seismic magnitude scales 题目 题解 B typo 题目 题解 C Select Mul 题目 题解 D Online games 题目 题解 E LEQ 题目 阅读全文
posted @ 2021-10-04 20:20 AlienCollapsar 阅读(231) 评论(0) 推荐(0)
摘要:B - typo Time Limit: \(2\; sec\) / Memory Limit: \(1024\; MB\) Score : \(200\; points\) Problem Statement|题目描述 You are given two strings \(S\) and \(T 阅读全文
posted @ 2021-10-04 19:51 AlienCollapsar 阅读(313) 评论(0) 推荐(0)
摘要:A - Seismic magnitude scales Time Limit: \(2\; sec\) / Memory Limit: \(1024\; MB\) Score : \(100\; points\) Problem Statement|题目描述 The magnitude of an 阅读全文
posted @ 2021-10-04 16:48 AlienCollapsar 阅读(211) 评论(0) 推荐(0)
摘要:题目连接 Fir.坑点介绍大会 坑空间 坐标不能小于0,but 可以超过300 坑时间 1.流星砸下时间要最早的为准 2.流星砸下来的时间可以为0! 出题人:祝您过了样例,听取WA声一片 Sec.记录流星下砸时间 对此,我们可以定义$a_{i,j}$表示第$i,j$个点的遭殃时间。 初始化时请注意: 阅读全文
posted @ 2021-10-04 08:22 AlienCollapsar 阅读(120) 评论(0) 推荐(0)
摘要:题目简介 Description|题目描述 A fractal is an object or quantity that displays self-similarity, in a somewhat technical sense, on all scales. The object need 阅读全文
posted @ 2021-10-03 10:08 AlienCollapsar 阅读(1331) 评论(0) 推荐(0)

// 生成目录索引列表 // ref: http://www.cnblogs.com/wangqiguo/p/4355032.html // modified by: zzq