# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1088019 | Valaki2 | 로봇 대회 (IOI23_robot) | C++17 | 301 ms | 10100 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include "robot.h"
#include <bits/stdc++.h>
using namespace std;
const int Zmax = 19;
#define all(x) for(int x = -2; x <= Zmax; x++)
#define do(x, y) set_instruction({a, b, c, d, e}, x, y)
vector<char> step = {' ', ' ', 'W', 'S', 'E', 'N'};
vector<int> rev = {0, 3, 4, 1, 2};
void program_pulibot()
{
/*all(a) {
all(b) {
int c = -2, d = -2;
all(e) {
do(1, 'T');
}
}
}*/
vector<int> s(5);
all(a) {
if(a < 0) {
continue;
}
all(b) {
all(c) {
all(d) {
all(e) {
if(c == -2 && d == -2) {
continue;
}
if(e == 1 || b == 1 || c == 1 || d == 1) {
if(b == -2 && e == -2) {
do(1, 'T');
} else {
if(a >= 2 && a <= 5) {
do(1, step[a]);
}
}
} else {
s[0] = a, s[1] = b, s[2] = c, s[3] = d, s[4] = e;
int par = 0;
for(int i = 1; i <= 4; i++) {
if(s[i] != rev[i] + 1 && s[i] >= 2) {
par = i;
break;
}
}
if(par == 0) {
par = 4;
}
bool good = false;
for(int i = 1; i <= 4; i++) {
if(s[i] == 0) {
do(par + 1, step[i + 1]);
good = true;
break;
}
}
if(!good) {
do(par + 1, step[par + 1]);
}
}
}
}
}
}
}
all(a) {
all(b) {
int c = -2, d = -2;
all(e) {
s[0] = a, s[1] = b, s[2] = c, s[3] = d, s[4] = e;
if(a != 0) {
continue;
}
int par = 0;
for(int i = 1; i <= 4; i++) {
if(s[i] >= 2) {
par = i;
break;
}
}
if(par == 0) {
par = 4;
}
do(1, step[par + 1]);
}
}
}
}
/*
all(a) {
all(b) {
all(c) {
all(d) {
all(e) {
//
}
}
}
}
}
*/
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |