lc3826抽象为点积->凸包 投影差集 下凸包划分型dp f k i (fk-1 j) (si-j)struct vec {long long x, y;
};vec sub(vec a, vec b) {return vec{a.x - b.x, a.y - b.y};
}long long dot(vec a, vec b) {return a.x * b.x a.y * b.y;
}// 如果乘法会溢出,用 __i…
GBFR-Logs完整指南:如何轻松掌握Granblue Fantasy: Relink伤害统计 【免费下载链接】gbfr-logs GBFR Logs lets you track damage statistics with a nice overlay DPS meter for Granblue Fantasy: Relink. 项目地址: https://gitcode.com/gh_mirrors/gb/gbfr-lo…