8694: link with Monotonic Subsequence

内存限制:128 MB 时间限制:1 S 标准输入输出
题目类型:传统 评测方式:文本比较 上传者:
提交:3 通过:0

题目描述

输入格式

输出格式

For each test case, output a single line containing a permutation of length n.
If there are multiple answers, print any of them.

输入样例 复制

3
1
2
3

输出样例 复制

1
1 2
1 3 2

数据范围与提示

会出现多组数据无法判断,请到牛客提交

分类标签