| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1233846 | MuhammadSaram | 로봇 대회 (IOI23_robot) | C++20 | 0 ms | 328 KiB |
#include "robot.h"
#include <bits/stdc++.h>
using namespace std;
#define set set_instruction
void program_pulibot()
{
for (int i=-2;i<=1;i++)
for (int j=-2;j<=1;j++)
for (int k=-2;k<=1;k++)
for (int l=-2;l<=1;l++)
{
if (j==-2 && k==-2)
set({0,i,j,k,l},1,'T');
if (k==0)
set({0,i,j,k,l},1,'E');
else if(j==0)
set({0,i,j,k,l},1,'S');
else
set({0,i,j,k,l},1,'N');
}
}| # | 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... | ||||
