[Cnoi2019] 数字游戏
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
给定一个 的排列 ,以及 个询问,每个询问包含一个整数四元组 ,表示查询有多少个整数二元组 满足:
- ;
- 且对于任意 ,有 。
输入格式
第一行,两个整数 ,。
第二行 个整数,表示 。
以下 行,每行一个四元组询问。
输出格式
行,每一行表示一个询问的答案。
4 1
1 2 3 4
1 4 2 4
6
提示
子任务 1( points):。
子任务 2( points):。