Submission #1331177

#TimeUsernameProblemLanguageResultExecution timeMemory
1331177QuocSenseiRobot Contest (IOI23_robot)C++20
0 / 100
34 ms5456 KiB
#include "robot.h"
#include <bits/stdc++.h>

#define ll long long 
#define el cout << endl

using namespace std;

namespace SUBTASK_1
{
    void program_pulibot()
    {
        set_instruction({0, 1, -2, -2, 0}, 1, 'T');
        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');
    }
};
namespace SUBTASK_2
{
    void program_pulibot()
    {

    }
}

void program_pulibot()
{
    SUBTASK_2::program_pulibot();
}
#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...