摘要: 题目描述 小涵很喜欢电脑游戏,这些天他正在玩一个叫做《三国》的游戏。 在游戏中,小涵和计算机各执一方,组建各自的军队进行对战。游戏中共有 N 位武将(N为偶数且不小于 4),任意两个武将之间有一个“默契值”,表示若此两位武将作为一对组合作战时,该组合的威力有多大。游戏开始前,所有武将都是自由的(称为 阅读全文
posted @ 2016-04-26 20:33 Orion_7 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 用这种方法声明头文件只需两行代码 #include<bits/stdc++.h> using namespace std;这个头文件包含以下等等C++中包含的所有头文件: #include <iostream> #include <cstdio> #include <fstream> #includ 阅读全文
posted @ 2016-04-26 19:16 Orion_7 阅读(512) 评论(0) 推荐(0) 编辑
摘要: You are given a string consisting of parentheses () and []. A string of this type is said to be correct: Write a program that takes a sequence of stri 阅读全文
posted @ 2016-04-26 19:10 Orion_7 阅读(470) 评论(0) 推荐(0) 编辑
摘要: A quadtree is a representation format used to encode images. The fundamental idea behind the quadtree is that any image can be split into four quadran 阅读全文
posted @ 2016-04-26 18:35 Orion_7 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 题目内容不放了 模拟一个查找的队列就好,队列长度是内存大小 阅读全文
posted @ 2016-04-26 00:15 Orion_7 阅读(232) 评论(0) 推荐(0) 编辑