摘要: Description 给定一个1~n的排列x,每次你可以将x1~xi翻转。你需要求出将序列变为升序的最小操作次数。有多组数据。 Input 第一行一个整数t表示数据组数。 每组数据第一行一个整数n,第二行n个整数x1~xn。 Output 每组数据输出一行一个整数表示答案。 Sample Inpu 阅读全文
posted @ 2018-10-12 20:16 nosta 阅读(285) 评论(0) 推荐(0) 编辑