comp-geometry

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

View the Project on GitHub Luzhiled/comp-geometry

:heavy_check_mark: src/real-geometry/common/int-alias.hpp

Required by

Verified with

Code

#pragma once

namespace geometry {

  using i32 = int;
  using i64 = long long;

}
#line 2 "src/real-geometry/common/int-alias.hpp"

namespace geometry {

  using i32 = int;
  using i64 = long long;

}
Back to top page