01 2022 档案

摘要:const db pi = acos(-1); struct com { db x, y; com() {x = y = 0; } com(db _x, db _y) {x = _x, y = _y; } com(db r) { x = cos(r), y = sin(r); } friend co 阅读全文
posted @ 2022-01-01 19:49 SegmentTree 阅读(47) 评论(0) 推荐(0)