摘要: https://codeforces.com/contest/1320/problem/A 题意:给定n个数的数组a,现要构造数组,要求构造的数组所使用的a中元素的下标[ci, ci + 1, ...],c[i + 1] - c[i] = a[c[i + 1]] - a[c[i]],问所有符合条件的 阅读全文
posted @ 2025-03-18 16:47 _Yxc 阅读(9) 评论(0) 推荐(0)