
枚举
文章平均质量分 64
Jstyle_AC
我欲成仙,必要坚持
展开
-
USACO - 2.2 Preface Numbering(打表枚举)
题目链接:http://train.usaco.org/usacoprob2?a=ScFaavqnaPI&S=preface/*ID: 1590291TASK: prefaceLANG: C++*/#include #include #include using namespace std;/******************************************原创 2016-05-04 22:14:22 · 253 阅读 · 0 评论 -
USACO - 2.2 Runaround Numbers(枚举)
题目链接:http://train.usaco.org/usacoprob2?a=ScFaavqnaPI&S=runround/*ID: 1590291TASK: runroundLANG: C++*/#include #include #include #include using namespace std;/******************************原创 2016-05-04 22:17:05 · 270 阅读 · 0 评论 -
SPOJ - Palin Square【预处理+枚举】
PLSQUARE - Palin Square#dynamic-programming#hashingKids just learnt about palindrome strings yesterday. Today, the teacher today was going to teach them about square shapes. But kids we原创 2017-01-15 21:40:28 · 343 阅读 · 0 评论