2022-08-10から1日間の記事一覧

AtCoder Beginner Contest 255 B

https://atcoder.jp/contests/abc255/tasks/abc255_bf64でmax/minを取ろうとすると、 points.iter().map(|&point| pt.dist(&point)).min().unwrap() このように怒られます。 error[E0277]: the trait bound `f64: Ord` is not satisfied --> ABC255B2.rs:53:…