Submission #1038989

#TimeUsernameProblemLanguageResultExecution timeMemory
1038989fv3Robot Contest (IOI23_robot)C++17
0 / 100
86 ms5888 KiB
#include "robot.h" void program_pulibot() { set_instruction({0, -2, -2, 0, 0}, 1, 'E'); set_instruction({0, 0, -2, 0, 0}, 1, 'E'); set_instruction({0, 0, -2, -2, 0}, 1, 'N'); set_instruction({0, 0, 0, -2, 0}, 1, 'N'); set_instruction({0, 0, 0, -2, -2}, 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...