2016年4月6日

USACO 1.5-Superprime Rib

摘要: /* ID: m1590291 TASK: sprime LANG: C++ */ #include #include using namespace std; /****************************************************************************************************************** ... 阅读全文

posted @ 2016-04-06 23:50 Jstyle 阅读(100) 评论(0) 推荐(0) 编辑

USACO 1.5-Prime Palindromes

摘要: /* ID: m1590291 TASK: pprime LANG: C++ */ #include using namespace std; /****************************************************************************************************************** ... 阅读全文

posted @ 2016-04-06 23:49 Jstyle 阅读(111) 评论(0) 推荐(0) 编辑

USACO 1.5-Number Triangles

摘要: /* ID: m1590291 TASK: numtri LANG: C++ */ #include #include #include #include using namespace std; /************************************************************************************************... 阅读全文

posted @ 2016-04-06 23:48 Jstyle 阅读(133) 评论(0) 推荐(0) 编辑

USACO 1.4-Mother's Milk

摘要: /* ID: m1590291 TASK: milk3 LANG: C++ */ #include #include #include #define MAX 25 int A,B,C; int ans[MAX]; //涂灰的标志数组 int vis[MAX][MAX][MAX]; //dfs的执行数组 /*********************************... 阅读全文

posted @ 2016-04-06 23:47 Jstyle 阅读(116) 评论(0) 推荐(0) 编辑

USACO 1.4-Arithmetic Progressions

摘要: /* ID: 1590291 TASK: ariprog LANG: C++ */ #include #include #include #include /****************************************************************************************************************** ... 阅读全文

posted @ 2016-04-06 00:06 Jstyle 阅读(107) 评论(0) 推荐(0) 编辑

导航