编程介的小学生 2019-06-10 21:35 采纳率: 20.5%
浏览 238

计算子序列的精度要求是10-6,怎么用C语言的程序编写代码的格式来实现编程

Problem Description
Ali is given an array, which is a permutation of {1, 2, 3 ... , n}. He thinks that only the increasing sequence is harmony, so he wants to change the sequence into a harmony one. But the only operation he can use is: Choosing a contiguous subsequence {A[i], A[i + 1]...A[j]} and do a random shuffling on it. (Random shuffle means that every permutation will appear with equal possibility)
So, what’s the expected number of operations when using the best strategy?

Input
The input consists several testcases.
First line, an integer N (0 < N <= 50) denoting the length of this array.
In the next line there are N integers, representing a permutation.

Output
Print one line with the expectation.
The result should be given with absolute or relative error of at most 10-6.

Sample Input
5
2 1 3 5 4

Sample Output
4.0000000000

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥35 平滑拟合曲线该如何生成
    • ¥100 c语言,请帮蒟蒻写一个题的范例作参考
    • ¥15 名为“Product”的列已属于此 DataTable
    • ¥15 安卓adb backup备份应用数据失败
    • ¥15 eclipse运行项目时遇到的问题
    • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
    • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
    • ¥15 自己瞎改改,结果现在又运行不了了
    • ¥15 链式存储应该如何解决
    • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站