C++ 반례 부탁드립니다.
#include <algorithm>
#include <cstdio>
#include <cmath>
#include <iostream>
#include <queue>
#include <utility>
#include <vector>
using namespace std;
#define PER_INTERSECTION_SIGNALS 4
#define SIG_TYPES 12
#define MAX_SIGS 4
typedef pair<int, int> position;
const position NO_SIG = { 0, 0 };
const position LEFT = { -1, 0 };
const position UP = { 0, -1 };
const position RIGHT = { 1, 0 };
const position DOWN = { 0, 1 };
const position SIG_DIRS[MAX_SIGS] = {
RIGH...
- 연습문제 톡
- 날짜
- 2024-07-28 18:01:45
- 작성자
- coconut
- 댓글
- 2
#[HSAT_1회_정기_코딩_인증평가_기출]_안전운전을_도와줄_차세대_지능형_교통시스템