| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1244918 | CyberCow | Robot Contest (IOI23_robot) | C++20 | 66 ms | 5584 KiB |
#include "robot.h"
#include <bits/stdc++.h>
using namespace std;
void program_pulibot()
{
for (int i = -2; i <= 1; i++)
{
for (int j = -2; j <= 1; j++)
{
for (int h = -2; h <= 1; h++)
{
for (int h1 = -2; h1 <= 1; h1++)
{
if(h == 0)
set_instruction({0, i, j, h, h1}, 1, 'E');
else if(j == 0)
set_instruction({0, i, j, h, h1}, 1, 'S');
else
set_instruction({0, i, j, h, h1}, 1, 'T');
}
}
}
}
}
| # | 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... | ||||
