bzoj4827 2019-08-05 ACM老Blog迁移reading_problem nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 转移自老blog bzoj4827 链接 https://acm.taifua.com/bzoj/p/4827.html 题意 给两个长度为n的首尾相连的序列a,b,你可以旋转他们,可以让整个序列加上一个定值,最后要最小化sigma((ai-bi)^2) n<5e4, ai, bi<100 题解 求sigma((a[i]-b[i+k]+C)^2)的最值->求sigma(a[i]*b[i+k])的最值->翻转一个串->sigma(a[n-i]*b[i+k])->fft 最后更新时间:2019-08-05 23:23:08 这里可以写作者留言,标签和 hexo 中所有变量及辅助函数等均可调用,示例:<%- page.permalink.replace(/index\.html$/, '') %> 赏 Prev bzoj3992 Next cf1036D