上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 79 下一页
摘要: http://acm.timus.ru/problem.aspx?space=1&num=15571557. Network AttackTime limit: 2.0 secondMemory limit: 64 MBIn some computer company, Mouse Inc., th... 阅读全文
posted @ 2015-02-17 23:59 雪溯 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 问题 H: Planar map时间限制:1 Sec内存限制:128 MB提交:24解决:22[提交][状态][讨论版]题目描述Tigherhasworkforalongtimeinafamouscompany.Onedaysheisgivenaplanarmap(lookatthefollowin... 阅读全文
posted @ 2015-01-31 17:04 雪溯 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 问题 I: Kid and Ants时间限制:1 Sec内存限制:128 MB提交:42解决:33[提交][状态][讨论版]题目描述Kidlikesinterestquestion,althoughhedon’tlikeantssomuch.Assumethereisainfinitelongsti... 阅读全文
posted @ 2015-01-31 17:02 雪溯 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 问题 G: a interesting game时间限制:1 Sec内存限制:128 MB提交:29解决:10[提交][状态][讨论版]题目描述Oneday,Kidisinclass.ButKidthinkwhattheteacherteachingissoboring,sohedecidetopl... 阅读全文
posted @ 2015-01-31 15:39 雪溯 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Challenge of WisdomTime Limit:2 Seconds Memory Limit:32768 KBBackground"Then, I want to know whether you're a wise boy!"Problem"I have a great deal of... 阅读全文
posted @ 2015-01-31 10:27 雪溯 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 5152. Brute-force Algorithm EXTREMEProblem code: BFALGPlease clickhereto download a PDF version of the contest problems. The problem is problem B in t... 阅读全文
posted @ 2015-01-30 09:49 雪溯 阅读(221) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include #include using namespace std;class insertSort{public: insertSort(int * a,int size){ th... 阅读全文
posted @ 2015-01-23 09:43 雪溯 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 7.1 int[][] triArray{ {1}, {1,2}, {1,2,3},};7.2 array[2].length8.1 Unified Modeling Language:UMLUML class diagramCircle_____________radius:double_____... 阅读全文
posted @ 2015-01-20 14:28 雪溯 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 第六章 一维数组1数组初始化语法 array initializer2for each loop3off-by-one error 通常是在循环中该使用<的地方使用了<=4复制数组:1.for 2.System.arraycopy 3.clone5arraycopy(sourceArray, src... 阅读全文
posted @ 2015-01-08 01:36 雪溯 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1.method header: modifier, return value type, method signature(method name, parameter)method body2.value-returning methodvoid methodmethod overloading... 阅读全文
posted @ 2014-12-29 20:21 雪溯 阅读(286) 评论(0) 推荐(0) 编辑
上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 79 下一页