http://codeforces.com/contest/370/problem/B 题意 :呃,这个题我说不清楚。。。。就是有n个人,第 i 个人手里有 mi 张牌,如果,现在主人念数,念到哪张牌谁就把哪张删掉,最后谁手里没有了谁就赢,如果同时没有了,两个人都输都输出no,最重要的是Write a program that determines whether a player can wi
D. Lakes in Berland time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output The map of Berland is a rectangle of the size n × m
Codeforces Round #602 (Div. 2, based on Technocup 2020 Elimination Round 3) E 这道E题当真是HACK了不少人,先讲一下题意吧。 有一个N*M的矩形,里面放了‘ X ’和‘ . ’两种类型的东西,我们想要用最大的' X '阵来覆盖完整个矩阵的' X ',问最大阵的变长是多少,并且这个最大阵可以看成是从一个点向外