
TopCoder
文章平均质量分 56
liuzhushiqiang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
srm144div2P200简单题
#include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; #define SZ(x) (int(x.size())) int原创 2013-03-10 14:35:53 · 605 阅读 · 0 评论 -
topcoder插件安装
首先上http://www.topcoder.com/tc?module=Static&d1=applet&d2=plugins下载3个插件:TZTester,CodeProcessor,FileEdit。 然后登陆Arena,选择"option"->"editor",然后“Add”,Name随意写,比如MyProcessor,EntryPoint选择codeprocessor.EntryPoi转载 2013-03-09 17:14:21 · 790 阅读 · 0 评论 -
topcoder使用介绍
本文根据经典的TC教程完善和改编。 TopCoder:http://www.topcoder.com/ 基本规则 TopCoder的比赛类型很多,最常见的是周赛SRM(Single Round Match),另外还有TCHS SRM(TopCoder High School SRM,题目和SRM一样,仅限中学生参加,参赛者水平较低,据说涨rating很容易),马拉松(Marathon Mat转载 2013-03-09 17:07:36 · 2021 阅读 · 0 评论 -
topcoder无法登陆的解决方案
重装一下JDK后,发现无法登录,客户端无法启动。以为是jdk没搞好,又重装一遍jdk,还是无法启动客户端。 解决方法:clear java cache. 基本步骤: 控制面板 => java => 常规 => 临时Internet文件 => 设置 => 删除文件 => 所有都打勾 =>确定。 详细:http://www.java.com/en/download/help/plugin_ca转载 2013-08-08 19:41:27 · 5463 阅读 · 0 评论 -
Topcoder好题推荐 ( 持续更新中 )
推荐的好题不一定是难题,但往往带有那么一点代表性。凡是由别人推荐的题目,偶会加上推荐人ID和blog地址。偶自己推荐的题目,偶会尽量推荐一份简洁的代码。当天推荐的题会以红色标记。 Single Round Match SRM 522 DIV1 1050pt ( 很不错的dp题,先需要思考来分析各种情况 ) 推荐代码: practice room writer SRM 521 DIV1转载 2013-08-15 10:33:49 · 1063 阅读 · 0 评论