2016年5月10日

UVa - 12096 The SetStack Computer(STL容器综合,强推!)

摘要: 题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=42064 阅读全文

posted @ 2016-05-10 17:41 Jstyle 阅读(128) 评论(0) 推荐(0)

UVa - 10815 Andy's First Dictionary(STL)

摘要: 题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=18649 #include #include #include #include using namespace std;/********************... 阅读全文

posted @ 2016-05-10 00:13 Jstyle 阅读(117) 评论(0) 推荐(0)

UVa - 10474 Where is the Marble?(STL)

摘要: 题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=19833 #include #include #define MAX 10005using namespace std;/*********************... 阅读全文

posted @ 2016-05-10 00:12 Jstyle 阅读(113) 评论(0) 推荐(0)

UVa - 156 Ananagrams(STL)

摘要: 题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=19294#include #include #include #include #include using namespace std;/************... 阅读全文

posted @ 2016-05-10 00:10 Jstyle 阅读(98) 评论(0) 推荐(0)

导航