Submission #1057932

#TimeUsernameProblemLanguageResultExecution timeMemory
1057932TheQuantiXRobot Contest (IOI23_robot)C++17
6 / 100
80 ms5604 KiB
#include <bits/stdc++.h>
#include "robot.h"

using namespace std;
using ll = long long;

ll n, m, q, k, x, y, a, b, c, l;

void program_pulibot() {
    set_instruction({0, -2, 0, 0, -2}, 1, 'S');
    set_instruction({0, -2, 0, 0, 1}, 1, 'S');
    set_instruction({0, -2, -2, 0, 1}, 1, 'E');
    set_instruction({0, 1, -2, 0, 0}, 1, 'E');
    set_instruction({0, 1, -2, -2, 0}, 1, 'T');
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...