我来我网
https://5come5.cn
 
您尚未 登录  注册 | 菠菜 | 软件站 | 音乐站 | 邮箱1 | 邮箱2 | 风格选择 | 更多 » 
 

本页主题: ACM题征解(活动结束) 显示签名 | 打印 | 加为IE收藏 | 收藏主题 | 上一主题 | 下一主题

richardxx





性别: 保密 状态: 该用户目前不在线
等级: 品行端正
发贴: 193
威望: 0
浮云: 1144
在线等级:
注册时间: 2005-10-01
最后登陆: 2009-02-28

5come5帮你背单词 [ assure /ə'uə/ vt. 使确信,使放心,保证,担保 ]


ACM题征解(活动结束)

Binary codes   poj1147
Time Limit:1000MS Memory Limit:65536K
Total Submit:1695 Accepted:626

Description

Consider a binary string (b1…bN) with N binary digits. Given such a string, the matrix of Figure 1 is formed from the rotated versions of the string.

  b1   b2 … bN-1 bN

  b2   b3 … bN   b1

  …

  bN-1 bN … bN-3 bN-2

  bN   b1 … bN-2 bN-1



  Figure 1. The rotated matrix

Then rows of the matrix are sorted in alphabetical order, where ‘0’ is before ‘1’. You are to write a program which, given the last column of the sorted matrix, finds the first row of the sorted matrix.

As an example, consider the string (00110). The sorted matrix is

  0 0 0 1 1

  0 0 1 1 0

  0 1 1 0 0

  1 0 0 0 1

  1 1 0 0 0

and the corresponding last column is (1 0 0 1 0). Given this last column your program should determine the first row, which is (0 0 0 1 1).

Input

The first line contains one integer N ≤ 3000, the number of binary digits in the binary string. The second line contains N integers, the binary digits in the last column from top to bottom.

Output

The first line contains N integers: the binary digits in the first row from left to right.

Sample Input

5
1 0 0 1 0

Sample Output

0 0 0 1 1

Source
IOI 2001 (back-up task)


[ 此贴被kangtalc在2007-04-16 12:28重新编辑 ]
顶端 Posted: 2007-04-10 13:14 | [楼 主]
kiwiy



性别: 帅哥 状态: 该用户目前不在线
等级: 栋梁之材
家族: 飞跃重洋
发贴: 660
威望: 0
浮云: 1161
在线等级:
注册时间: 2006-07-29
最后登陆: 2009-06-28

5come5帮你背单词 [ barn /ba:n/ n. 谷仓,饲料仓,牲口棚 ]


对不起!您没有登陆,请先登录论坛.



[ 此贴被kangtalc在2007-04-14 10:36重新编辑 ]
本帖最近评分记录:
  • 浮云:20 (by kangtalc) | 理由: 继续努力~
  • 浮云:30 (by kangtalc) | 理由: 兑现~~
  • 顶端 Posted: 2007-04-13 16:19 | [1 楼]
    kiwiy



    性别: 帅哥 状态: 该用户目前不在线
    等级: 栋梁之材
    家族: 飞跃重洋
    发贴: 660
    威望: 0
    浮云: 1161
    在线等级:
    注册时间: 2006-07-29
    最后登陆: 2009-06-28

    5come5帮你背单词 [ transition /træn'siən/ n. 转变,变迁,过渡(时期) ]


    Quote:
    引用第22楼zc1984于2007-04-14 10:21发表的:
    我在想一个问题~~~
    如果我提交病毒的源代码~~~
    那边的服务器会不会也是编译运行~~然后#¥¥%%@#呢?????

    不会的,那边强健的juding daemonr会把你限制的死死的,比如不能开进程,不能开socket, 不能访问相关文件,限制你的进程优先级,和内存,甚至跟踪和捕捉你的信号直接kill掉你。。。
    顶端 Posted: 2007-04-14 10:46 | [2 楼]
    kiwiy



    性别: 帅哥 状态: 该用户目前不在线
    等级: 栋梁之材
    家族: 飞跃重洋
    发贴: 660
    威望: 0
    浮云: 1161
    在线等级:
    注册时间: 2006-07-29
    最后登陆: 2009-06-28

    5come5帮你背单词 [ illegal /i'li:gəl/ a. 不合法的,非法的,犯法的 ]


    Quote:
    引用第25楼hygel于2007-04-15 14:29发表的:
    此处是被引用的隐藏贴

    不过这也可以算做一种办法,在某些时候。。。。
    顶端 Posted: 2007-04-15 18:28 | [3 楼]
    kiwiy



    性别: 帅哥 状态: 该用户目前不在线
    等级: 栋梁之材
    家族: 飞跃重洋
    发贴: 660
    威望: 0
    浮云: 1161
    在线等级:
    注册时间: 2006-07-29
    最后登陆: 2009-06-28

    5come5帮你背单词 [ astonish /əs'toni/ vt. 使大吃一惊 ]


    Quote:
    引用第28楼hygel于2007-04-15 22:05发表的:
    可以把理论结果和我的猜测对照一下看对不对GG不要把问题往复杂想

    gg估计看错题了,或者根本没认真看题~~~
    顶端 Posted: 2007-04-15 22:32 | [4 楼]
    我来我网·5come5 Forum » 程序员之家

    Total 0.036579(s) query 8, Time now is:03-12 14:49, Gzip enabled
    Powered by PHPWind v5.3, Localized by 5come5 Tech Team, 黔ICP备16009856号