Redian新闻
>
这个世界就是少数人养活多数人 (转载)
avatar
这个世界就是少数人养活多数人 (转载)# Joke - 肚皮舞运动
w*f
1
Looking glassdoor's microsoft questions, do not figure out the answers
for below questions.
Did some one know the answers?
Queue with circular array
What are skip lists?
using a mac function toLower(char c) to write a toUpper(char c) function
, without using any ascii code
What is a singleton?
avatar
z*s
2
$500的机票,用了200的travel certificate,剩下的用信用卡付的
多谢
avatar
f*m
3
【 以下文字转载自 Military 讨论区 】
发信人: sautin (老将萨乌丁), 信区: Military
标 题: 这个世界就是少数人养活多数人
发信站: BBS 未名空间站 (Sun Mar 18 14:08:31 2012, 美东)
发信人: Aplusplus (Hakuna Matata), 信区: Medicalpractice
标 题: 这个世界就是少数人养活多数人
发信站: BBS 未名空间站 (Fri Mar 16 20:33:50 2012, 美东)
起这个题目会挨多数人的砖头, 不过请暴民们先抑制一下, lol
大家先看一下事实:
The latest data show that a big portion of the federal income tax burden is
shoul­dered by a small group of the very richest Americans. The
wealthiest 1 percent of the population earn 19 per­cent of the income
but pay 37 percent of the income tax. The top 10 percent pay 68 percent of
the tab. Meanwhile, the bottom 50 percent—those below the median income
level—now earn 13 percent of the income but pay just 3 percent of the taxes
. These are proportions of the income tax alone and don’t include payroll
taxes for Social Security and Medicare.
10%的人交了所有税收的68%, 这就是美国的现状。
中国在邓小平的领导下, 摆脱了类似朝鲜目前的计划经济, 实现了经济的腾飞。 邓
小平做对了什么? 一句话: 让一部分人先富起来。
一个社会必须是两极分化的, 一个健康的社会就应该像美国一样由少数人养活多数人
, 什么共同富裕, 什么工人农民是生产力, 都是当局愚民的国策。 改革开放把知识
分子加入到工人,农民, 解放军之中, 后来又提出科学技术是生产力, 就是邓小平
对中国的具体贡献。
现在大家很不服, 凭什么让那一部分人先富起来? 这个可以理解。 想想当年哥伦布
到了美洲, 大家可是随便画条线就成了私有财产了。 现在也可以这么想, 大家嫉妒
一下就行了, 只要他们符合当时的法律法规, 就没什么可说的。 可是我们必须明白
, 这些幸运儿是中国当今经济发展的动力和功臣, 没有张三, 就有李四, 我们需要
这个一部分人来发展推动我们的经济。 如果因为嫉妒,要共同富裕, 大家就看看朝鲜
的现状。
薄厚不懂这个道理, 所以出局是早晚的事。 一个太子党, 就是政治幸运者之一, 可
惜他不明戏, 居然享受着邓小平政策给他带来的好处, 干让邓小平恶心的勾当。
是工人养活了资本家还是农民养活了地主, 不是我想在这里讨论的。 我只是想说,
只有让一部分人先富起来, 经济才能发展, 人民的生活质量才能改善,有生活能力缺
陷的不幸者才能享受到社会的福利保障。 全民共同富裕? We had enough.
让唱红打黑,搞共同富裕的薄厚之流见鬼去吧。
avatar
l*a
4
you still have a long way to go.
Bless

function

【在 w****f 的大作中提到】
: Looking glassdoor's microsoft questions, do not figure out the answers
: for below questions.
: Did some one know the answers?
: Queue with circular array
: What are skip lists?
: using a mac function toLower(char c) to write a toUpper(char c) function
: , without using any ascii code
: What is a singleton?

avatar
o*o
5
"用UA travel certificate买的机票还能攒miles吗?"
yes you will get both eqm and rem as usual
but be aware you may loss the applies certificate value if you cancel this
ticket later on
avatar
w*f
6
Yes, but I am catching up...
I figured out skip list and singleton.
* Queue with circular array?
*using a mac function toLower(char c) to write a toUpper(char c)
function, without using any ascii code?
avatar
l*n
7
The certificate will be re-issued if you cancel the ticket

【在 o******o 的大作中提到】
: "用UA travel certificate买的机票还能攒miles吗?"
: yes you will get both eqm and rem as usual
: but be aware you may loss the applies certificate value if you cancel this
: ticket later on

avatar
x*6
8
char toUpper(char c){
int i = 'a'-'A';
if(Character.isLetter(c)){
if(c-toLower(c)==0)
return (char)(c+i);
else
return c;
}else
throw new IllegalArgumentException();
}
circular array做queue是指queue的rear可以在front之前,两者和maxSize,size有公
式,自己去推导下。
avatar
z*s
9
ok?
avatar
x*6
10
上面有行应该是 return (char)(c-i); -_-|||
avatar
w*f
11
Thanks for response. I knew this solution, but question is without ASCII
code.

【在 x*******6 的大作中提到】
: char toUpper(char c){
: int i = 'a'-'A';
: if(Character.isLetter(c)){
: if(c-toLower(c)==0)
: return (char)(c+i);
: else
: return c;
: }else
: throw new IllegalArgumentException();
: }

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