cp-documentation

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

View the Project on GitHub zawa-tin/cp-documentation

:heavy_check_mark: Src/GeometryR2/Contain/State.hpp

Required by

Verified with

Code

#pragma once

namespace zawa {

namespace geometryR2 {

enum ContainState {
    INSIDE,
    ONLINE,
    OUTSIDE
};

} // namespace geometryR2

} // namespace zawa
#line 2 "Src/GeometryR2/Contain/State.hpp"

namespace zawa {

namespace geometryR2 {

enum ContainState {
    INSIDE,
    ONLINE,
    OUTSIDE
};

} // namespace geometryR2

} // namespace zawa
Back to top page