Luzhiled's Library

This documentation is automatically generated by online-judge-tools/verification-helper

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