上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 50 下一页
摘要: http://codeforces.com/contest/1073 A. Diverse Substring B. Vasya and Books C. Vasya and Robot 奇偶,负数取模 D. Berland Fair E. Segment Sum 代码是错的,以待后续埋坑 阅读全文
posted @ 2018-11-01 08:11 congmingyige 阅读(160) 评论(2) 推荐(0) 编辑
摘要: https://www.luogu.org/problemnew/show/P2602 数位dp 验证 阅读全文
posted @ 2018-10-31 14:12 congmingyige 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 一些题目的代码被网站吞了…… Problem B. Red Black Tree http://acm.zju.edu.cn/onlinejudge/searchProblem.do?contestId=1&titlefrom=0&authorfrom=0&sourcefrom=0&query=Th 阅读全文
posted @ 2018-10-30 00:37 congmingyige 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 推荐模板 https://www.jianshu.com/p/28552706e811 另外导入C文件: \lstinputlisting[language=C]{xxx.c} .c文件编码方式为UTF-8,否则乱码。 阅读全文
posted @ 2018-10-25 18:39 congmingyige 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 别在latex敲,在记事本上敲完后,拷贝到latex中。 阅读全文
posted @ 2018-10-25 17:31 congmingyige 阅读(761) 评论(0) 推荐(0) 编辑
摘要: matlab图片另存为bmp格式,用在线网站转换格式为png。 莫要直接另存为jpg格式,在latex中显示,否则图片显示的质量不高。 阅读全文
posted @ 2018-10-25 15:39 congmingyige 阅读(326) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/1070/problem/A A. Find a Number 从高位到低位,避免从低位到高位遇到‘0’的麻烦。 bfs 从0(1)~9,首先找到的解是最小解。 二维布尔数组,余数&数字之和。 C. Cloud Computing stud 阅读全文
posted @ 2018-10-24 17:13 congmingyige 阅读(183) 评论(0) 推荐(0) 编辑
摘要: https://www.nowcoder.com/acm/contest/211/F 经典题。 1.分区间 2.向下取整的值变化 & 合并相同值 阅读全文
posted @ 2018-10-23 23:26 congmingyige 阅读(137) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/1065/problem/E 数学推导题 阅读全文
posted @ 2018-10-23 18:54 congmingyige 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 提供by一同学。 Problem: 两个链表,存在重合的地方,求第一次重合的地址。 Solution: 从第一次重合开始,以后都重合,直到最后,即两者最后的k个位置都相等。 设第一、二个链表的长度分别为n,m(n>=m), 第一个链表往前走n-m次。然后判断两个链表的当前位置是否相等,如果不是,各自 阅读全文
posted @ 2018-10-23 14:03 congmingyige 阅读(119) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 50 下一页