摘要: 目录 Description State Input Output Solution Code Description 有 \(n\) 个字符串,第 \(i\) 次操作,可以将这 \(n\) 个字符串的第 \(i\%|s|\) 个字符依次发送形成一个新的无限长字符串,在这个新字符串上找到最短区间包含 阅读全文
posted @ 2021-09-09 11:47 Bcoi 阅读(69) 评论(0) 推荐(0)
摘要: 目录 Description State Input Output Solution Code Description 从 \(n\) 个数中找到两个数,使得 \(|a[i]+a[j]|\) 最小,若有多个最小值,\(i+j\) 最小优先(\(i!=j\)),输出这两个值 State \(1<=n< 阅读全文
posted @ 2021-09-09 10:02 Bcoi 阅读(40) 评论(0) 推荐(0)