MCPcopy Create free account
hub / github.com/SuprDewd/CompetitiveProgramming / point

Method point

code/geometry/rmst.cpp:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3 struct point {
4 int i; ll x, y;
5 point() : i(-1) { }
6 ll d1() { return x + y; }
7 ll d2() { return x - y; }
8 ll dist(point other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected