Luzhiled's Library

This documentation is automatically generated by competitive-verifier/competitive-verifier

View the Project on GitHub ei1333/library

:warning: geometry/integer/point.hpp

Code

template <typename T>
struct Point {
  T x, y;
};

// あとはまかせた!
#line 1 "geometry/integer/point.hpp"
template <typename T>
struct Point {
  T x, y;
};

// あとはまかせた!
Back to top page