码迷,mamicode.com
首页 >  
搜索关键字:rep    ( 1080个结果
Leetcode-5214 Longest Arithmetic Subsequence of Given Difference(最长定差子序列)
1 typedef long long ll; 2 typedef pair<int,int> P; 3 #define _for(i,a,b) for(register int i = (a);i < b;i ++) 4 #define _rep(i,a,b) for(register int i... ...
分类:其他好文   时间:2019-10-06 15:10:43    阅读次数:74
Leetcode-5215 Path with Maximum Gold(黄金矿工)
1 typedef long long ll; 2 typedef pair<int,int> P; 3 #define _for(i,a,b) for(register int i = (a);i < b;i ++) 4 #define _rep(i,a,b) for(register int i... ...
分类:其他好文   时间:2019-10-06 15:05:38    阅读次数:69
Link-Cut-Tree 题目总结
P3690 【模板】Link Cut Tree (动态树) #include<bits/stdc++.h> using namespace std; #define rep(i,a,b) for(int i=(a);i<=(b);i++) #define repp(i,a,b) for(int i= ...
分类:其他好文   时间:2019-10-06 13:11:01    阅读次数:64
新概念 Lesson 9 How do you do? 你好! our,your,their复数形式的形容词性物主代词
课上内容(Lesson) 词汇(Key Word ) OL Office Lady :白领丽人 employee n.雇员 employer n. 雇主,雇佣者 assistant n.助手 sales reps 销售代表,推销员 rep: representative 的缩写。 代表 /?repr ...
分类:其他好文   时间:2019-10-06 11:36:54    阅读次数:117
P1896-[SCOI2005]互不侵犯
1 #include <bits/stdc++.h> 2 #define _for(i,a,b) for(register int i = (a);i < b;i ++) 3 #define _rep(i,a,b) for(register int i = (a);i > b;i --) 4 #de... ...
分类:其他好文   时间:2019-10-05 14:52:36    阅读次数:60
P2393-yyy loves Maths II
1 #include <iostream> 2 #define _for(i,a,b) for(int i = (a);i < b;i ++) 3 #define _rep(i,a,b) for(int i = (a);i > b;i --) 4 #define INF 0x3f3f3f3f 5 #... ...
分类:其他好文   时间:2019-10-03 10:41:38    阅读次数:57
P2394-yyy loves Chemistry I
1 #include <iostream> 2 #define _for(i,a,b) for(int i = (a);i < b;i ++) 3 #define _rep(i,a,b) for(int i = (a);i > b;i --) 4 #define INF 0x3f3f3f3f 5 #... ...
分类:其他好文   时间:2019-10-03 10:26:56    阅读次数:100
P2296-寻找道路
1 #include <bits/stdc++.h> 2 #define _for(i,a,b) for(int i = (a);i < b;i ++) 3 #define _rep(i,a,b) for(int i = (a);i > b;i --) 4 #define INF 0x3f3f3f3... ...
分类:其他好文   时间:2019-10-02 14:35:04    阅读次数:84
【leetcode】1210. Minimum Moves to Reach Target with Rotations
题目如下: In an n*n grid, there is a snake that spans 2 cells and starts moving from the top left corner at (0, 0)and (0, 1). The grid has empty cells rep ...
分类:其他好文   时间:2019-10-02 11:06:45    阅读次数:89
P1073-最优贸易
1 #include <bits/stdc++.h> 2 using namespace std; 3 #define _for(i,a,b) for(int i = (a);i < b;i ++) 4 #define _rep(i,a,b) for(int i = (a);i > b;i --) ... ...
分类:其他好文   时间:2019-10-01 14:38:57    阅读次数:65
1080条   上一页 1 ... 10 11 12 13 14 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!