[原创]HDU 1536 S-Nim [SG函数]【博弈】
[原创]HDU 1536 S-Nim [SG函数]【博弈】 2016-07-30 16:38:04 Tabris_ 阅读数:406 博客爬取于2020-06-14 22:44:02 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52073496 题目连接 :http://acm.hdu.edu.cn/showproblem.php?pid=1536 ------------------------------------------. S-Nim Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6629 Accepted Submission(s): 2802 Problem Description Arthur and his sister Caroll have been pl ...
[原创]HDU 5015 233 Matrix 【矩阵快速幂】
[原创]HDU 5015 233 Matrix 【矩阵快速幂】 2016-07-29 17:50:50 Tabris_ 阅读数:388 博客爬取于2020-06-14 22:44:03 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52067386 题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=5015 -------------------------------------------. 233 Matrix Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 1817 Accepted Submission(s): 1075 Problem Description In our daily life we often use 2 ...
[原创]codefoces #364 div2 E &&div 1 B Connecting Universities [图论]【求贡献】
[原创]codefoces #364 div2 E &&div 1 B Connecting Universities [图论]【求贡献】 2016-07-28 20:39:58 Tabris_ 阅读数:592 博客爬取于2020-06-14 22:44:04 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52058872 题目连接 :http://codeforces.com/problemset/problem/700/B CF 的题目 可以去VJ上 挂 ---------------------------------------------------------. Connecting Universities time limit per test3 seconds memory limit per test256 megabytes inputstandard input outputstandard outpu ...
[转载]ACM 进阶
[转载]ACM 进阶 2016-07-26 23:49:05 Tabris_ 阅读数:779 博客爬取于2020-06-14 22:39:16 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52040812 ACM进阶计划 ACM队不是为了一场比赛而存在的,为的是队员的整体提高。 大学期间,ACM队队员必须要学好的课程有: lC/C++两种语言 l高等数学 l线性代数 l数据结构 l离散数学 l数据库原理 l操作系统原理 l计算机组成原理 l人工智能 l编译原理 l算法设计与分析 除此之外,我希望你们能掌握一些其它的知识,因为知识都是相互联系,触类旁通的。 以下学习计划每学期中的内容不分先后顺序,虽说是为立志于学习ACM的同学列的知识清单,但内容不限于ACM的知识。英语之类与专业相距较远的课程请自行分配时间,这里不再列举。 大一上学期: 必学: 1.C语言基础语法必须全部学会 a)推荐“语言入门”分类20道题以上 b)提前完成C语言课程设计 2.简 ...
[原创]HDU 3240 Counting Binary Trees [卡特兰数] 【数论+组合数学】
[原创]HDU 3240 Counting Binary Trees [卡特兰数] 【数论+组合数学】 2016-07-26 10:43:44 Tabris_ 阅读数:378 博客爬取于2020-06-14 22:44:05 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52033548 题目连接 :http://acm.hdu.edu.cn/showproblem.php?pid=3240 -----------------------------------------------------------------------------. Counting Binary Trees Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 739 Accepted Submissi ...
[原创]POJ 2653 Pick-up sticks [线段相交]【计算几何】
[原创]POJ 2653 Pick-up sticks [线段相交]【计算几何】 2016-07-24 16:57:43 Tabris_ 阅读数:385 博客爬取于2020-06-14 22:44:06 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52014844 题目连接:http://poj.org/problem?id=2653 ------------------------------------------------------------------------. Pick-up sticks Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 12353 Accepted: 4660 Description Stan has n sticks of various length. He throws them one at a time on the flo ...
[原创]BestCoder Round #84 &&HDU 5750 Dertouzos 【数论+暴力】
[原创]BestCoder Round #84 &&HDU 5750 Dertouzos 【数论+暴力】 2016-07-23 23:14:02 Tabris_ 阅读数:871 博客爬取于2020-06-14 22:44:07 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52008038 题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=5750 -----------------------------------------. Dertouzos Accepts: 76 Submissions: 1357 Time Limit: 7000/3500 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) 问题描述 正整数xxx称为nnn的positive proper divisor, 当且仅当x∣nx | ...
[原创]Codeforces Round #364 div.2 C. They Are Everywhere 【尺追法】
[原创]Codeforces Round #364 div.2 C. They Are Everywhere 【尺追法】 2016-07-23 11:33:07 Tabris_ 阅读数:872 博客爬取于2020-06-14 22:44:08 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52003317 题目连接 :http://codeforces.com/problemset/problem/701/C -----------------------------------. C. They Are Everywhere time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Sergei B., the young coach of Pokemons, has found the bi ...
[原创]Codeforces Round #364 div.2 B 【数组标记】
[原创]Codeforces Round #364 div.2 B 【数组标记】 2016-07-23 11:07:59 Tabris_ 阅读数:442 博客爬取于2020-06-14 22:44:09 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52003146 题目连接 :http://codeforces.com/problemset/problem/701/B ------------------------------------------------. B. Cells Not Under Attack time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Vasya has the square chessboard of size n × n and m rooks. I ...
[原创]这是一堆 wrong 懵逼的题目
[原创]这是一堆 wrong 懵逼的题目 2016-07-22 18:15:39 Tabris_ 阅读数:431 博客爬取于2020-06-14 22:44:10 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/51997347 计算几何 -------------------------------------------------------------. hdu 5572 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511 ...