Redian新闻
>
update,警惕cardpool等网站。损失惨重。用一次后被盗用了变成0
avatar
update,警惕cardpool等网站。损失惨重。用一次后被盗用了变成0# PennySaver - 省钱一族
s*j
1
Let's write a new class called int_map which:
1 Is an associative map of int -> int
2 Has a size specified at construction, and all mappings from 0 to size-1
initialized to the same specified value
3 Supports get/set of individual mappings
Let's keep the interface simple:
class int_map
{
... member variables ...

public:
int_map(int num_values, int initial_val);

int get(int index) const;

void set(int index, int value);
};
Problem 1: Write this class using a std::vector.
Problem 2:
Let's suppose we expect the mapping to contain long spans of identical
values, and that run-length encoding the map will yield good storage gains:
class rle_int_map
{
struct run
{
int m_stop;
int m_value;
};

// The first run implicitly starts at 0; all subsequent runs start at
the previous run's m_stop
std::vector m_runs;

public:
rle_int_map(int num_values, int initial_val)
{
m_runs.push_back({ num_values, initial_val });
}

int get(int index) const
{
// It is illegal to pass in an invalid index, for the purposes of
this exercise we can
// just assert()
assert(0 <= index && index < m_runs.back().m_stop);

for (auto const& r : m_runs)
{
if (r.m_stop > index)
return r.m_value;
}
assert(false); // Shouldn't get here
}

void set(int index, int value)
{
???
}
};
Can you write a more efficient version of rle_int_map::get()?
Problem 3: Provide a correct implementation of rle_int_map::set().
求解第二第三问?谁能解释下m_runs struct 的作用
avatar
s*1
2
Update
1,亏得我有个习惯收据基本保留。昨天扫描之后给email card pool.
说是给我退钱。不过是只退打折的剩余部分。尼吗还要让我邮寄回他们卡。
Detail email在第2页。
我这人一般很小心。因为特殊原因糊涂了。拿到卡后没马上用掉
也算是个教训。也给大家提个醒
2.我当时手上还有另外一张100多余额的。20号那天实在后怕。立马买了东西在退到新
卡里。
现在是dispute discover card要一个月。问题是我用了一次后。发票复印说还下79.95.
网络上的policy说
Cardpool is committed to making our customers happy by offering the highest
level of service possible. If you are not satisfied with your Cardpool
purchase for any reason, you may return your unused gift card for a full
refund*. If you purchase any gift card from Cardpool, we guarantee it will
be valid at the merchant and to the dollar amount specified on your order.
We make such guarantees for up to 100 days from the date of your purchase,
avatar
s*1
3
1.You maybe return unused gift card for full refund 现在是我用过一次了。
2.它家卖的时候说是paper gift card.收到才发现是打印的e gift card.而e gift
card是不存在refund-我觉得这是欺骗行为
avatar
s*1
4
可是我才10天啊。我的这个gc 一直放我皮夹里。When I wanted to buy things today
, balance is 0.
我和信用卡公司说实话了。不知道能不能要回来啊?
avatar
s*t
5
patpat
我今天也去dispute了一个交易,客服说现在是pending,要等charge了才能dispute= =

highest

【在 s*******1 的大作中提到】
: 可是我才10天啊。我的这个gc 一直放我皮夹里。When I wanted to buy things today
: , balance is 0.
: 我和信用卡公司说实话了。不知道能不能要回来啊?

avatar
s*1
6
我花了300只能省6%.结果一分都没省。而且浪费好多时间打电话。害怕另外一张卡110
多的也危险了。想买东西买掉不知道买啥。
提醒大家还有一个p打头的网络交易礼物卡公司也出过错。邮寄错了。到我邻居过了好
长一阵才还我。
avatar
s*1
7
Mm你也是这家吗?我是5月28买的。当时以为要refinance and remodeling house想买
了马上用掉的结果一直没用就悲剧了。这上面卖卡的人rp真差啊。想不出来除了他们还
有谁偷。

=

【在 s*********t 的大作中提到】
: patpat
: 我今天也去dispute了一个交易,客服说现在是pending,要等charge了才能dispute= =
:
: highest

avatar
s*t
8
额不是的,我除了在cs买gift card,连cvs官网送的egc都不敢买

【在 s*******1 的大作中提到】
: Mm你也是这家吗?我是5月28买的。当时以为要refinance and remodeling house想买
: 了马上用掉的结果一直没用就悲剧了。这上面卖卡的人rp真差啊。想不出来除了他们还
: 有谁偷。
:
: =

avatar
s*1
9
我发现偶5月后搞的几个没有一个顺利的。现在停止搞丢了。现在好了礼物卡以后也可
以不用在买了。55555太倒霉了。先是耳环掉了。接着rebate都被据。
Safeway小二给脸色看。。。。今天又。。。。。。nature made Costco check都一个
多月了没有收到。等等。。。
Pat pat mm没有想到么你官网买的也不放心。唉

【在 s*********t 的大作中提到】
: 额不是的,我除了在cs买gift card,连cvs官网送的egc都不敢买
avatar
o*o
10
珍惜生命,远离。。。

【在 s*******1 的大作中提到】
: 1.You maybe return unused gift card for full refund 现在是我用过一次了。
: 2.它家卖的时候说是paper gift card.收到才发现是打印的e gift card.而e gift
: card是不存在refund-我觉得这是欺骗行为

avatar
w*0
11
patpat mm
avatar
b*h
12
你的故事太惨了,这种网站最好别碰。明天给你个包子安慰下。

highest

【在 s*******1 的大作中提到】
: 我发现偶5月后搞的几个没有一个顺利的。现在停止搞丢了。现在好了礼物卡以后也可
: 以不用在买了。55555太倒霉了。先是耳环掉了。接着rebate都被据。
: Safeway小二给脸色看。。。。今天又。。。。。。nature made Costco check都一个
: 多月了没有收到。等等。。。
: Pat pat mm没有想到么你官网买的也不放心。唉

avatar
b*e
13
bless
avatar
g*n
14
大猫鱼真是富有的好银阿
顺便patpat lzmm

【在 b********h 的大作中提到】
: 你的故事太惨了,这种网站最好别碰。明天给你个包子安慰下。
:
: highest

avatar
s*1
15
谢谢大哥。你每次都好大方啊。

【在 b********h 的大作中提到】
: 你的故事太惨了,这种网站最好别碰。明天给你个包子安慰下。
:
: highest

avatar
h*g
16
bless mm好运气快点来
avatar
s*1
17
Mm你的意思是我dispute不回来了?你的回帖没说清楚啊。我等下就给你准备包子去

【在 o*o 的大作中提到】
: 珍惜生命,远离。。。
avatar
a*n
18
说实在,只省6%还不如不要去这些不知名网站冒险。

110

【在 s*******1 的大作中提到】
: 我花了300只能省6%.结果一分都没省。而且浪费好多时间打电话。害怕另外一张卡110
: 多的也危险了。想买东西买掉不知道买啥。
: 提醒大家还有一个p打头的网络交易礼物卡公司也出过错。邮寄错了。到我邻居过了好
: 长一阵才还我。

avatar
o*o
19
yes. 得不偿失

【在 a*******n 的大作中提到】
: 说实在,只省6%还不如不要去这些不知名网站冒险。
:
: 110

avatar
G*8
20
这个GC难道没有transction tracking吗?MM你去问这家为什么balance is 0 now? 剩下
的79.95是花在哪里了,应该是有record的,难不成被盗用了?
avatar
s*1
21
是被盗用了。就是觉的被卖卡的人偷了。还没有电话可以投诉。让写email.我在100天内
给它写了。今天写的。然后偶又马上联系discover card说要dispute。
我觉得是我自己太蠢了。为了18刀。唉

【在 G*8 的大作中提到】
: 这个GC难道没有transction tracking吗?MM你去问这家为什么balance is 0 now? 剩下
: 的79.95是花在哪里了,应该是有record的,难不成被盗用了?

avatar
a*n
22
买肉鸡卡,一定要小心。。。当然最好不要碰啦~

highest

【在 s*******1 的大作中提到】
: 是被盗用了。就是觉的被卖卡的人偷了。还没有电话可以投诉。让写email.我在100天内
: 给它写了。今天写的。然后偶又马上联系discover card说要dispute。
: 我觉得是我自己太蠢了。为了18刀。唉

avatar
G*8
23
m m不要着急,dispute应该是可以拿的回来的。
以后要小心这些网上的e giftcard. 要买去SFW。

天内

【在 s*******1 的大作中提到】
: 是被盗用了。就是觉的被卖卡的人偷了。还没有电话可以投诉。让写email.我在100天内
: 给它写了。今天写的。然后偶又马上联系discover card说要dispute。
: 我觉得是我自己太蠢了。为了18刀。唉

avatar
M*3
24
bless
avatar
j*t
25
bless
avatar
G*8
26
另外一张卡110可以去SFW换成油卡吗?最好一次都用掉。
Bless

110

【在 s*******1 的大作中提到】
: 我花了300只能省6%.结果一分都没省。而且浪费好多时间打电话。害怕另外一张卡110
: 多的也危险了。想买东西买掉不知道买啥。
: 提醒大家还有一个p打头的网络交易礼物卡公司也出过错。邮寄错了。到我邻居过了好
: 长一阵才还我。

avatar
g*9
27
握手握手!
我也上过当
最后全要回来了!
就是在card pool上!
avatar
w*5
28
看来我还是比较幸运的,在cardpool买过十几张,都没出过问题。在plasticjungle上
只有一次还是因为我把地址搞错了,最后还是跟他们把钱要回来了
avatar
P*D
29
这种交换网站,就是完全看卖家自觉了。而且你还不知道卖家是谁,他要偷,连被曝光
的压力都没有。
我更建议从二手版买。你知道是谁卖的,出了问题也好冤有头债有主去找对方。而且
feedback好的二手版卖家也珍惜名声。
avatar
r*b
30
不能在对应的店家官方网站上换成physical gift card吗?MM下次如果买,最好买有对
应官网的店家GC,比如walmart,macy’s 这类的,收到卡的第一天就立马上官网用GC
买新的GC,重新寄到家里。这样,骗子就没有办法盗卡用了。
avatar
j*y
31
pat pat
倒霉事一桩桩过去,等待时来运转
bless 一切顺利

highest

【在 s*******1 的大作中提到】
: 是被盗用了。就是觉的被卖卡的人偷了。还没有电话可以投诉。让写email.我在100天内
: 给它写了。今天写的。然后偶又马上联系discover card说要dispute。
: 我觉得是我自己太蠢了。为了18刀。唉

avatar
l*u
32
请问那些店的卡能换成新的GC
我上次买过kohls的卡,上面贴了好多胶布特别粘,去买东西的时候想着让他们帮我换
一张卡
他们说我的是merchandise card,不能换乘GC
好像前者是退东西得来的

GC

【在 r*******b 的大作中提到】
: 不能在对应的店家官方网站上换成physical gift card吗?MM下次如果买,最好买有对
: 应官网的店家GC,比如walmart,macy’s 这类的,收到卡的第一天就立马上官网用GC
: 买新的GC,重新寄到家里。这样,骗子就没有办法盗卡用了。

avatar
b*6
33
喔,我差点就买了,老是看见在华人网络上宣传,想着应该可以呢,正在犹豫呢.谢谢楼上
各位呀.还是在shopper买吧.
avatar
w*r
34
macys网站合并卡,会不会被cancel啊?
avatar
r*b
35
不要到店里去换GC,直接上官网买新的GC,check out的时候用你买来的那张GC去结账
。这样又方便又不用担风险。我买过的GC有 macy's, walmart, shell. 仅供参考。
shell因为是physical GC,刷卡才能刷钱的,所以不用换新的GC。至今为止,我一直在
plasticjungle上买GC,没有出过任何问题。

【在 l******u 的大作中提到】
: 请问那些店的卡能换成新的GC
: 我上次买过kohls的卡,上面贴了好多胶布特别粘,去买东西的时候想着让他们帮我换
: 一张卡
: 他们说我的是merchandise card,不能换乘GC
: 好像前者是退东西得来的
:
: GC

avatar
s*1
36
Next
--- Please do not write below this line ---
[Support Portal] Re: Re: Cardpool Sh
Dear Coco,
Thanks for getting in touch with us! We wanted to let you know that we’ve
issued a refund in the amount of $75.14 (based on the remaining value of $79
.95 sold at an 6.0% discount) for this purchase, which you should see
reflected in your credit card statement within a few business days. 
&
#8232;Please return the gift card to us at the address below and we will
investigate the issue. 


PROCESSING CENTER 

PO Box 77205 

San Francisco, CA 94107 


We sincerely apologize for the inconvenience and thank you for your patience
as we worked to resolve this. If you have any other questions or concerns,
please feel welcome to contact us
avatar
o*o
37
cong.

79
;&

【在 s*******1 的大作中提到】
: Next
: --- Please do not write below this line ---
: [Support Portal] Re: Re: Cardpool Sh
: Dear Coco,
: Thanks for getting in touch with us! We wanted to let you know that we’ve
: issued a refund in the amount of $75.14 (based on the remaining value of $79
: .95 sold at an 6.0% discount) for this purchase, which you should see
: reflected in your credit card statement within a few business days. 
&
: #8232;Please return the gift card to us at the address below and we will
: investigate the issue. 



avatar
a*0
38
bless
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。