# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1036734 | erering | Robot Contest (IOI23_robot) | C++17 | 0 ms | 0 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
using namespace std;
void set_instruction(int S[5], int Z, char A){
}
void program_pulibot(){
int s[5]={0,1,0,0,-2};
set_instruction(s,1,'E');
s={0,-2,0,0,-2};
set_instruction(s,1,'E');
s={0,0,0,-2,1};
set_instruction(s,1,'S');
s={0,0,0,-2,-2};
set_instruction(s,1,'S');
}