Submission #1046375

#TimeUsernameProblemLanguageResultExecution timeMemory
10463750npataRobot Contest (IOI23_robot)C++17
6 / 100
75 ms5608 KiB
#include "robot.h"

#define si set_instruction

void program_pulibot()
{
	si({0, -2, 0, 0, -2}, 1, 'E'); // top left
	si({0, 1, 0, 0, -2}, 1, 'E'); // top
	si({0, 1, 0, -2, -2}, 1, 'S'); // upper right
	si({0, 0, 0, -2, 1}, 1, 'S'); // right
	si({0, 0, -2, -2, 1}, 1, 'T'); // down right
}
#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...