摘要:
1 //题意:S 和 O 二人玩游戏 。N颗石头,M个数,每次拿 M[i]个石头(i>0 && i 5 #include 6 #include 7 using namespace std; 8 int f[1000005],a[11]; 9 int main()10 {11 int n,m... 阅读全文
摘要:
题意: N个立方体,给出长宽高,把他们堆起来,最高能堆多高,要求在下面的立方体的长宽严格大于在上面的。其实原本我是不会的,然后看了网上大神的做法 = =详见代码 1 #include 2 #include 3 #include 4 using namespace std; 5 struct node... 阅读全文