上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 42 下一页
摘要: Tree Restoring Time limit : 2sec / Memory limit : 256MB Score : 700 points Problem Statement Aoki loves numerical sequences and trees. One day, Takaha 阅读全文
posted @ 2016-10-02 15:15 mxzf0213 阅读(308) 评论(0) 推荐(0) 编辑
摘要: CoinsInput file: standard inputOutput file: standard outputTime limit: 1 secondMemory limit: 1024 megabytesIn ICPCCamp, people usually use coins of va 阅读全文
posted @ 2016-10-02 14:01 mxzf0213 阅读(361) 评论(0) 推荐(0) 编辑
摘要: Memory and Scores time limit per test 2 seconds memory limit per test 512 megabytes input standard input output standard output Memory and Scores time 阅读全文
posted @ 2016-10-01 15:45 mxzf0213 阅读(287) 评论(0) 推荐(0) 编辑
摘要: Journey time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output Journey time limit per test 3 se 阅读全文
posted @ 2016-10-01 10:18 mxzf0213 阅读(217) 评论(0) 推荐(0) 编辑
摘要: Super Mario Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 4417 Super Mario Submit Status Practice HD 阅读全文
posted @ 2016-09-30 20:36 mxzf0213 阅读(263) 评论(0) 推荐(0) 编辑
摘要: Count on a tree Time Limit:129MS Memory Limit:1572864KB 64bit IO Format:%lld & %llu Submit Status Practice SPOJ COT Count on a tree Submit Status Prac 阅读全文
posted @ 2016-09-30 11:23 mxzf0213 阅读(239) 评论(0) 推荐(0) 编辑
摘要: DQUERY - D-query Given a sequence of n numbers a1, a2, ..., an and a number of d-queries. A d-query is a pair (i, j) (1 ≤ i ≤ j ≤ n). For each d-query 阅读全文
posted @ 2016-09-29 18:14 mxzf0213 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 区间中第K大的数 基准时间限制:1 秒 空间限制:131072 KB 区间中第K大的数 基准时间限制:1 秒 空间限制:131072 KB 区间中第K大的数 基准时间限制:1 秒 空间限制:131072 KB 一个长度为N的整数序列,编号0 - N - 1。进行Q次查询,查询编号i至j的所有数中,第 阅读全文
posted @ 2016-09-29 14:26 mxzf0213 阅读(644) 评论(0) 推荐(0) 编辑
摘要: K-th Number K-th Number Description You are working for Macrohard company in data structures department. After failing your previous task about key in 阅读全文
posted @ 2016-09-29 14:04 mxzf0213 阅读(149) 评论(0) 推荐(0) 编辑
摘要: struct Matrix { int a[2][2]; Matrix() { memset(a,0,sizeof(a)); } void init() { for(int i=0;i<2;i++) for(int j=0;j<2;j++) a[i][j]=(i==j); } Matrix oper 阅读全文
posted @ 2016-09-24 10:54 mxzf0213 阅读(156) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 42 下一页