z**********e 发帖数: 22064 | 1 http://www.peruviantimes.com/06/beyond-machu-picchu-choquequira
Beyond Machu Picchu -- Choquequirao, Lost City in the Clouds
By Gary Ziegler --
The first rays of morning sunlight illuminate the great stone altar,
streaming through a square opening over my head. “Inti camac sumac,”
chants the priest. Soaked in sweat, I fight the bindings holding me to the
stone as the grinning, looming, scarlet-cloaked figure slowly brings down a
gleaming, bloodstained bronze knife toward my heaving chest.
“Jefe,... 阅读全帖 |
|
o******r 发帖数: 259 | 2 从这个版受益很多,攒人品
尽量用中文,免得google到麻烦
就是那个一个数组3堆栈了,空间复杂度O(1)
闲话少说,上code,
思路很简单,就是两头各一个stack,
第3个stack放中间,浮动的,可以往左、右推
有啥bug随便挑,轻点拍啊
#include
#include
using namespace std;
const int n=3;
int R[3*n];
int TopA = 0, TopB = 2*n - 1, BottomB = 2*n-1, TopC = 3*n -1;
bool IsABFull(){return TopA == TopB + 1;};
bool IsBCFull(){return BottomB == TopC;};
int MoveBLeft()
{
// can not move
if (IsABFull()) return 0;
// ensure nOffset >= 1
int nOffset = max(1, (TopB |
|
s**n 发帖数: 1412 | 3 【 以下文字转载自 Fashion 讨论区 】
发信人: scan (事在人为), 信区: Fashion
标 题: 谁有Rimowa的这个行李箱?
发信站: BBS 未名空间站 (Mon Nov 3 13:58:23 2014, 美东)
Rimowa Topas Titanium Cabin Multiwheel, 22 inch
http://www1.bloomingdales.com/shop/product/rimowa-topas-titaniu
行李箱被航空公司摔坏了, 要赔偿, 但是必须要收据, 不然只赔$250, 靠
有这个箱子的兄弟姐妹还有收据在吗? email的都行. 谢谢. |
|
|
b***y 发帖数: 2799 | 5 ☆─────────────────────────────────────☆
observer (笑看人生) 于 (Sun Jun 10 14:43:21 2007) 提到:
从这个版受益很多,攒人品
尽量用中文,免得google到麻烦
就是那个一个数组3堆栈了,空间复杂度O(1)
闲话少说,上code,
思路很简单,就是两头各一个stack,
第3个stack放中间,浮动的,可以往左、右推
有啥bug随便挑,轻点拍啊
#include
#include
using namespace std;
const int n=3;
int R[3*n];
int TopA = 0, TopB = 2*n - 1, BottomB = 2*n-1, TopC = 3*n -1;
bool IsABFull(){return TopA == TopB + 1;};
bool IsBCFull(){return BottomB == TopC;};
int MoveBLeft()
{
// can not move
|
|
|
|
|
|
|
|
|
|
|
|
s****e 发帖数: 1180 | 16 面试中的unix, linux的几个问题,不知道自己答对了没有。望评注。
1.要查当前的cpu使用百分比,我说了ps,后来从这本书里发现,还有top, prstat,
topas,
http://sferon.dlinkddns.com/Pub/%D0%9B%D0%B8%D1%82%D0%B5%D1%80%
2.如何不用编辑器,看一个file的内容,我说了,more,less,对方没有作comments,应
该还有,cat,head, tail,对吗?
3.如何找出一个file里的某一个string,我说了grep.
4.如何找出一个file的第10行,head -10 file.txt|tail -1 > |
|
k**u 发帖数: 10502 | 17 Rimowa Topas是经典产品,铝合金的,讲究高科技和时尚形象。
Tumi Alpha是为商务人士设计的。
旗舰产品么,质量都不错啦。 |
|
l*****u 发帖数: 340 | 18 Round 8: Bu lose to Svidler. Topa win Ivanchuk and one point ahead now. |
|
k**u 发帖数: 10502 | 19 问题是箱子值多少钱,有没有时间折腾了。
我觉得如果箱子不是啥Rimowa Topas就算了,买一个Costco牌子的,质量顶呱呱,才
100块左右。 |
|
|
d*c 发帖数: 588 | 21 Rimowa Topas结实没错但比Samsonite firelite自重double了。空箱子要十几磅,不坐
商务舱不行了。 |
|
d*c 发帖数: 588 | 22 确定是Topas系列吗?Rimowa Alminium好像只有方carry on和化妆包小于10磅 |
|
s****e 发帖数: 1180 | 23 面试中的unix, linux的几个问题,不知道自己答对了没有。望评注。
1.要查当前的cpu使用百分比,我说了ps,后来从这本书里发现,还有top, prstat,
topas,
http://sferon.dlinkddns.com/Pub/%D0%9B%D0%B8%D1%82%D0%B5%D1%80%
2.如何不用编辑器,看一个file的内容,我说了,more,less,对方没有作comments,应
该还有,cat,head, tail,对吗?
3.如何找出一个file里的某一个string,我说了grep.
4.如何找出一个file的第10行, head -10 file.txt|tail -1 > |
|
s****e 发帖数: 1180 | 24 面试中的unix, linux的几个问题,不知道自己答对了没有。望评注。
1.要查当前的cpu使用百分比,我说了ps,后来从这本书里发现,还有top, prstat,
topas,
http://sferon.dlinkddns.com/Pub/%D0%9B%D0%B8%D1%82%D0%B5%D1%80%
2.如何不用编辑器,看一个file的内容,我说了,more,less,对方没有作comments,应
该还有,cat,head, tail,对吗?
3.如何找出一个file里的某一个string,我说了grep.
4.如何找出一个file的第10行。head -10 file|tail -1 > |
|
s****e 发帖数: 1180 | 25 面试中的unix, linux的几个问题,不知道自己答对了没有。望评注。
1.要查当前的cpu使用百分比,我说了ps,后来从这本书里发现,还有top, prstat,
topas,
http://sferon.dlinkddns.com/Pub/%D0%9B%D0%B8%D1%82%D0%B5%D1%80%
2.如何不用编辑器,看一个file的内容,我说了,more,less,对方没有作comments,应
该还有,cat,head, tail,对吗?
3.如何找出一个file里的某一个string,我说了grep.
4.如何找出一个file的第10行。head -10 file|tail -1 > |
|
s****e 发帖数: 1180 | 26 面试中的unix, linux的几个问题,不知道自己答对了没有。望评注。
1.要查当前的cpu使用百分比,我说了ps,后来从这本书里发现,还有top, prstat,
topas,
http://sferon.dlinkddns.com/Pub/%D0%9B%D0%B8%D1%82%D0%B5%D1%80%
2.如何不用编辑器,看一个file的内容,我说了,more,less,对方没有作comments,应
该还有,cat,head, tail,对吗?
3.如何找出一个file里的某一个string,我说了grep.
4.如何找出一个file的第10行。head -10 file|tail -1 > |
|
s****e 发帖数: 1180 | 27 面试中的unix, linux的几个问题,不知道自己答对了没有。望评注。
1.要查当前的cpu使用百分比,我说了ps,后来从这本书里发现,还有top, prstat,
topas,
http://sferon.dlinkddns.com/Pub/%D0%9B%D0%B8%D1%82%D0%B5%D1%80%
2.如何不用编辑器,看一个file的内容,我说了,more,less,对方没有作comments,应
该还有,cat,head, tail,对吗?
3.如何找出一个file里的某一个string,我说了grep.
4.如何找出一个file的第10行。head -10 file|tail -1 > |
|
|