# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
442206 | daniel920712 | Bit Shift Registers (IOI21_registers) | C++17 | 1 ms | 588 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 "registers.h"
#include <vector>
using namespace std;
vector < bool > re;
void construct_instructions(int s, int n, int k, int q)
{
int i,j;
re.push_back(1);
for(i=1;i<2000;i++) re.push_back(0);
append_store(50,re);
for(i=1;i<=n;i++)
{
append_move(2,0);
append_left(2,2,2000-k);
append_right(2,2,2000-k);
append_right(0,0,k);
append_print(2);
if(i==1) append_move(1,2);
else
{
append_xor(3,1,2);
append_print(3);
append_move(31,2);
for(j=0;j<k;j++)
{
append_move(6,3);
append_left(6,6,k-j-1);
append_right(6,6,k-j-1);
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |