Recent Posts
Recent Comments
Archives
- Today
- Total
목록에드몬드카프 (1)
Byeo
boj 14750 - Jerry and Tom
설명은 나중에... #include #include #include #include using namespace std; class Pos; int ccw(const Pos& a, const Pos& b, const Pos& c); bool straight_check(const Pos& a, const Pos& b, const Pos& c, const Pos& d); class Pos { public: int x, y; Pos(){}; Pos(int x_, int y_): x(x_), y(y_){}; bool operator
알고리즘 (Algorihtm)/백준
2024. 3. 10. 15:01