编程介的小学生 2017-01-01 09:39 采纳率: 20.5%
浏览 955
已采纳

Three Eggache God

问题描述 :

Alpheus has n monsters,their heights are A1,A2,A3….An. God Kufeng has n sons,their heights are 1,2,3….n.
One day, Our daredevil God Kufeng wants to challenge Alpheus. He sends his n sons to fight with Alpheus’s n monsters ,the i-th son fighting with the i-th monster. During one challenge,if the i-th son’s height is equal or greater than the i-th monster’s height,the i-th son will get one score for his father,else,he’ll get nothing.
Since Alpheus is strong enough to accept an infinity number of challenges,God Kufeng can challenge Alpheus again and again,but he has to change his son’s order after every challenge,and the same permutation can not appear more than once.(that is,God Kufeng has n! times to challenge Alpheus).
Now,God Wu–the god of universe,wants to make things difficult to Kufeng.He has n sons too,their heights are W1,W2,W3….Wn(it is a permutation of 1,2,3…..n),God Wu said to Kufeng: Only when the lexicographic order of your sons’ heights is bigger than my son’s,you can challenge my lovely Alpheus!
Question:What is the total score God Kufeng can get?Output the answer mod 1000000007.
Note:
Alpheus will never change his monster’s order,God Wu will never change his son’s order.
For two permutation A and B,if Ai=Bi for all i(1<=i<=n),we say A=B.else,we get the smallest i that Ai!=Bi,if Ai>Bi,we say A’s lexicographic order is bigger than B,otherwise,B is bigger than A.
输入:

First,there is an integer T(T<=20),the number of test cases.
For every case,there are three lines.
The first line is an integer n(1<=n<=2000),the number of sons of God Kufeng.
The second line has n integers,W1,W2,W3…..Wn,the heights of God Wu’s sons.(we guarantee that W1,W2,W3…..Wn is a permutation of 1,2,3….n).
The third line also has n integers, A1,A2,A3….An(1<=Ai<=n),the heights of Alpheus’s monsters.
输出:

First,there is an integer T(T<=20),the number of test cases.
For every case,there are three lines.
The first line is an integer n(1<=n<=2000),the number of sons of God Kufeng.
The second line has n integers,W1,W2,W3…..Wn,the heights of God Wu’s sons.(we guarantee that W1,W2,W3…..Wn is a permutation of 1,2,3….n).
The third line also has n integers, A1,A2,A3….An(1<=Ai<=n),the heights of Alpheus’s monsters.
样例输入:

2
3
3 1 2
1 2 3
3
3 2 1
1 1 1
样例输出:

Case #1: 2
Case #2: 0

  • 写回答

1条回答 默认 最新

  • threenewbee 2017-01-05 15:50
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 MATLAB动图问题
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名