摘要: 【题意】 给定一个序列 ${a_n}$。 对于 $\forall i(2\le i\le n-1)$ 求出数对 $(x_i, y_i)$ 满足 $x_i+y_i=a_i, (x_i-s)(y_i-s)\ge 0$。 求 $a_1\times x_2 + y_2\times x_3 +\cdots + 阅读全文
posted @ 2023-03-08 19:53 hcywoi 阅读(41) 评论(0) 推荐(0)

Loading