上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 虽然感觉自己已经过了看这本书的年龄,噫吁戱,但是... :running: 现在开始不定时记录一下读书笔记 嘻嘻 由于初衷是写给自己看的,所以我记录的笔记不适用于所有人 :P 进入C++ 程序创建 源代码 编译器 目标代码 链接程序 可执行代码 main 一些变体 int main(void) vo 阅读全文
posted @ 2020-05-06 15:11 xxxuanei 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 题目链接 "CF756A" 题目 Pavel cooks barbecue. There are n skewers, they lay on a brazier in a row, each on one of n positions. Pavel wants each skewer to be 阅读全文
posted @ 2020-05-06 00:00 xxxuanei 阅读(155) 评论(0) 推荐(1) 编辑
摘要: 题目链接 "CF55C" 题目 Volodya and Vlad play the following game. There are k pies at the cells of n × m board. Each turn Volodya moves one pie to the neighbo 阅读全文
posted @ 2020-05-05 22:23 xxxuanei 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 题目 "CF707B" 注意事项 啊啊啊啊啊 注意无向边要建两条边!!!建两条边的话Edge的条数要 2!!!贡献WA和RE OMG 代码 阅读全文
posted @ 2020-05-05 17:31 xxxuanei 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 题目链接 "CF435C" 题意 A cardiogram is a polyline with the following corners: $(0;0), (a_1;a_1), (a_1+a_2;a_1 a_2),...,(\sum_{i=1}^n{a_i};\sum_{i=1}^n{( 1)^ 阅读全文
posted @ 2020-05-05 17:18 xxxuanei 阅读(130) 评论(0) 推荐(0) 编辑
摘要: "Increasing Speed Limite HDU 3030" 题意 给你一个长度为m的数组A,你可以通过给的X,Y,Z计算获得一个长度为n的数组,问你这个n长的序列有多少个非空严格上升序列。 思路 dp $dp[i]$: 以第i个元素为结尾的非空严格上升序列个数 $dp[i] =\sum_{ 阅读全文
posted @ 2020-05-01 18:21 xxxuanei 阅读(101) 评论(0) 推荐(0) 编辑
摘要: "CodeForces 78C" 题意 有两只beaver,n个木块,每个都是m长。每一次,一个beaver可以选一块木头咬成多于1个的等长木块,而且每块木块长度是整数且不大于k。如果这个beaver不能玩了,那么另一只beaver赢。 Timur是先手,Marsel是后手。输出赢家。 $n,m,k 阅读全文
posted @ 2020-04-30 00:34 xxxuanei 阅读(156) 评论(0) 推荐(0) 编辑
摘要: "codeforces 133c" 题意 给你一串字符串,包含1~105个字符。按照规则输出数字。 1. The 8 bit binary notation of the ASCII code of the previous printed character is reversed. When t 阅读全文
posted @ 2020-04-29 15:55 xxxuanei 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 题意 定义permutation,里面要有1到n所有数字,并且每个数字唯一。定义$[l,r], 1\leq l\leq r\leq n$, 为从l到r的subsegment。 定义framed segment: $max\{ p_l,p_{l+1},…,p_r \}−min\{ p_l,p_{l+1 阅读全文
posted @ 2020-04-29 14:55 xxxuanei 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 题意 zxa有一个集合$A={a_1,a_2,⋯,a_n}$,n表示集合A的元素个数,这个集合明显有$(2^n−1)$个非空子集合。 对于每个属于A的子集合$B={b_1,b_2,⋯,b_m} (1≤m≤n)B={b_1,b_2,⋯,b_m}(1≤m≤n)$,m表示集合B的元素个数,zxa定义它的价 阅读全文
posted @ 2020-04-29 00:04 xxxuanei 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页