
Algorithm
visionfans
研究方向:计算机视觉,模式识别,机器学习
展开
-
SRM 208 DIV 1 Level One
题目:http://www.topcoder.com/stat?c=problem_statement&pm=2923&rd=5854#include #include #include #include using namespace std;const int max_num = 50;int height[max_num][max_num] = {0};class TallPeople{public: vector getPeople(vector people原创 2011-05-08 19:08:00 · 1535 阅读 · 0 评论 -
TopCoder 2001 Invitational Semifinals A - Division I, Level One
<br />Problem Statement: http://www.topcoder.com/stat?c=problem_statement&pm=210<br /><br />Code : <br />#include <iostream>#include <vector>#include <sstream>using namespace std;struct match{ string name; int points; match* next;};void原创 2011-05-08 01:40:00 · 1304 阅读 · 0 评论