摘要:
绝地求生 描述 绝地求生游戏的规则是,所有人从飞机上跳伞到荒岛上某个坐标,然后在这里相互厮杀,最后一个活下来的玩家获胜。 为了让游戏更丰富有趣,每一个时刻,一个圆形区域将会受到轰炸机的轰炸,我们可以认为,此时此刻,轰炸范围内的玩家都会阵亡。 TYZ著名颓废OI选手HJY今天和她的伙伴们一起玩吃鸡,但 阅读全文
摘要:
Journey CodeForces - 839C There are n cities and n - 1 roads in the Seven Kingdoms, each road connects two cities and we can reach any city from any o 阅读全文
摘要:
Problem Description We give the following inductive definition of a “regular brackets” sequence:● the empty sequence is a regular brackets sequence,● 阅读全文
摘要:
You are given a sequence A[1], A[2], ..., A[N] . ( |A[i]| ≤ 15007 , 1 ≤ N ≤ 50000 ). A query is defined as follows: Query(x,y) = Max { a[i]+a[i+1]+... 阅读全文
摘要:
I'm Telling the Truth Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3664 Accepted Submission(s) 阅读全文
摘要:
There are n lights aligned in a row. These lights are numbered 1 to n from left to right. Initially some of the lights are switched on. Shaass wants t 阅读全文
摘要:
#include<iostream> using namespace std; int main(){ cout << “Hello World ! “ << endl; return 0; } 阅读全文
摘要:
不容易系列之(4)——考新郎 HDU - 2049 Problem Description 国庆期间,省城HZ刚刚举行了一场盛大的集体婚礼,为了使婚礼进行的丰富一些,司仪临时想出了有一个有意思的节目,叫做"考新郎",具体的操作是这样的:首先,给每位新娘打扮得几乎一模一样,并盖上大大的红盖头随机坐成一 阅读全文
摘要:
S 城现有两座监狱,一共关押着 NN 名罪犯,编号分别为 1-N1−N。他们之间的关系自然也极不和谐。很多罪犯之间甚至积怨已久,如果客观条件具备则随时可能爆发冲突。我们用“怨气值”(一个正整数值)来表示某两名罪犯之间的仇恨程度,怨气值越大,则这两名罪犯之间的积怨越多。如果两名怨气值为 cc 的罪犯被 阅读全文