# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
437106 | Benmath | Bit Shift Registers (IOI21_registers) | 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,
int b=2000;
void construct_instructions(int s, int n, int k, int q){
append_move(1,0);
append_right(1,1,k);
append_move(2,0);
append_left(2,2,k);
append_and(3,1,2);
append_move(0,3);
}