This documentation is automatically generated by competitive-verifier/competitive-verifier
#include "geometry/integer/point.hpp"
template <typename T>
struct Point {
T x, y;
};
// あとはまかせた!
#line 1 "geometry/integer/point.hpp"
template <typename T>
struct Point {
T x, y;
};
// あとはまかせた!