--- id: LC title: "LineContainer" author: Benjamin Qi description: Convex Containers prerequisites: - Platinum - Convex Hull frequency: 1 --- import { Problem } from "../models"; export const metadata = { problems: { sample: [ new Problem("YS", "Line Add Get Min", "line_add_get_min", "Normal", false, [], ""), ], half: [ new Problem("Kattis", "Marshland Rescues", "https://maps19.kattis.com/problems/marshlandrescues", "Normal", false, [], ""), ], probs: [ new Problem("YS", "Segment Add Get Min", "segment_add_get_min", "Normal", false, [], ""), new Problem("CSA", "Building Bridges", "building-bridges", "Normal", false, [], ""), new Problem("TOKI", "Mall & Transportation", "https://tlx.toki.id/contests/troc-13-div-1/problems/D", "Very Hard", false, [], ""), new Problem("Old Gold", "Fencing the Herd", "534", "Very Hard", false, [], ""), ] } }; ## Half-Plane Intersection expected linear! ## LineContainer code code ## Problems https://atcoder.jp/contests/arc066/tasks/arc066_d