燕郊网城论坛

阿宣 发表于 2006-11-9 14:21

世界编程大赛,中国选手今年的战绩不错!(转载)

中国北京,2006 年11月7日,Google(谷歌)中国公司今天宣布,在刚刚结束的国际顶级编程比赛--2006年Google(谷歌)全球编程挑战赛决赛中,中国选手取得了参赛以来的最佳成绩.来自中国的选手王颖勇夺本次比赛的第二名,另有6名选手进入前50名,本次比赛共有13名中国选手成功入围前100名,其中就包括了本次比赛唯一的中学生,来自中国广东中山的中学生余江伟.据了解,此次中国进入决赛的选手人数仅次于俄罗斯,排名全球第二.来自俄罗斯的选手获得了本次比赛的冠军.


今年的比赛吸引了全球近21000名编程高手参与到比赛中来,参赛选手总数也创造了历届之最.中国选手在本次比赛中共有13人晋级全球百强名单.其中11 名选手是分别来自清华大学,浙江大学,复旦大学和香港科技大学等知名高校,而来自中山一中的高三学生余江伟则是入围全球百强的唯一中学生!Google (谷歌)全程赞助了中国选手去美国纽约Google(谷歌)公司工程部参加总决赛.

Google全球编程挑战赛被誉为编程比赛的"诺贝尔奖",它是由Google公司组织的一年一度的全球编程高手们的'华山论剑'.自2003年成功举办了第一届比赛以后,凭借其极高的技术水准,独特的PK赛制已经成功吸引了大约6万名来自全球各地的编程高手.迅速成为全球编程人员最热衷参与的挑战赛之一.

Google(谷歌)公司副总裁兼大中华区联合总裁李开复先生表示,今年的比赛结果再次向世界证明了中国编程水平已经居于世界领先地位,中国选手所展现出的技术能力丝毫不逊于任何其他国家,而且在某些技术方面则显得更为突出.Google(谷歌)全球编程挑战赛也为很多优秀的中国编程技术人才提供了一个展现才华,与世界交流的舞台,Google(谷歌)中国公司愿意为中国编程人才的发展提供更多的帮助.

rolls-royce 发表于 2006-11-9 14:28

听说了,中国慢慢起来了

阿宣 发表于 2006-11-9 14:36

过几天把参赛的作品搞到手,看看,

俄罗斯传统性的又拿到了第一,呵呵,真的比较厉害

毛驴子 发表于 2006-11-9 14:38

中国男人[em87]

rolls-royce 发表于 2006-11-9 14:41

回复 #3 阿宣 的帖子

毛子的黑客确实NB

阿宣 发表于 2006-11-9 14:46

呵呵,卡巴的势力,足以证明俄罗斯的计算机的一切

也不知道今年台湾的高手们,都跑那儿去了,

没有看到他们的比赛,也算遗憾了

javadotnet 发表于 2006-11-9 14:53

google中国编程挑战赛入围赛真题 -- HardDuplicateRemover(1000分)
Problem Statement

We have a sequence of integers, and we would like to remove all duplicate elements from this sequence. There may be multiple ways to perform this task. For example, given the sequence { 1, 2, 1, 3 }, we could end up with either { 1, 2, 3 } or { 2, 1, 3 } as the remaining sequence, depending on which duplicate 1 we remove from the original sequence. For this problem, we want to return the lexicographically first of of all possible remaining sequences. A sequence S1 comes before sequence S2 lexicographically if and only if S1 has a smaller value than S2 at the lowest index at which the two sequences differ (so, for example, { 1, 2, 3 } comes before { 2, 3, 1 }).
You will be given a int[] sequence. Return a int[] containing the sequence after all the duplicates are removed. See the examples for further clarification.
Definition

Class:
HardDuplicateRemover
Method:
process
Parameters:
int[]
Returns:
int[]
Method signature:
int[] process(int[] sequence)
(be sure your method is public)


Constraints
-
sequence will have between 1 and 50 elements, inclusive.
-
Each element of sequence will be between 1 and 1000, inclusive.
Examples
0)


{5, 6, 5, 1, 6, 5}
Returns: {1, 6, 5 }
There are six different ways to remove duplicates (remaining numbers are marked by '*'):
{ *5, *6,  5, *1,  6,  5},
{ *5,  6,  5, *1, *6,  5},
{  5, *6, *5, *1,  6,  5},
{  5,  6, *5, *1, *6,  5},
{  5, *6,  5, *1,  6, *5},
{  5,  6,  5, *1, *6, *5}.

The last variant is the lexicographically first.
1)


{3, 2, 4, 2, 4, 4}
Returns: {3, 2, 4 }

2)


{6, 6, 6, 6, 6, 6}
Returns: {6 }

3)


{1, 3, 2, 4, 2, 3}
Returns: {1, 2, 4, 3 }

4)


{5, 4, 1, 5}
Returns: {4, 1, 5 }

This problem statement is the exclusive and proprietary property of TopCoder, Inc. Any unauthorized use or reproduction of this information without the prior written consent of TopCoder, Inc. is strictly prohibited. (c)2003, TopCoder, Inc. All rights reserved.

阿宣 发表于 2006-11-9 15:25

楼上的发错了吧,那是前几年的吧

阿宣 发表于 2006-11-9 18:37

你发的哪个考题使2005年以前的

zc 发表于 2006-11-10 09:32

建议版主搞一个小型的网城编程大赛,出一道题,网上方式完成也可,如果参与人多,可扩至现场进行。。。。。。。起初,让小9掏燕币,搞火了,让企业出赞助。。。。

阿宣 发表于 2006-11-10 17:42

呵呵,范围太小,想法不错

苦命 发表于 2006-11-24 14:47

别谈钱,伤感情..
免费的最好.
出钱的事情最好都别干.

页: [1]

Powered by Discuz! Archiver Array  © 2007-2010 yanjiao.com