| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1067645 | vjudge1 | 로봇 대회 (IOI23_robot) | C++17 | 103 ms | 5656 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include "robot.h"
void program_pulibot(){
for(int top=-2;top<2;top++)
for(int left=-2;left<2;left++)
for(int right=-2;right<1;right++)
for(int bot=-2;bot<2;bot++) if(right>=0)
set_instruction({0,left,bot,right,top},1,'E');
else if(right==-2&&bot<0)
set_instruction({0,left,bot,right,top},1,'T');
else set_instruction({0,left,bot,right,top},1,(bot<0?'N':'S'));
}| # | 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... | ||||
