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 <bits/stdc++.h>
using namespace std;
void construct_instructions(int s, int n, int k, int q) {
append_move(1,0);
append_move(2,0);
append_right(2,2,2);
append_and(0,1,2);
append_print(0);
vector<bool> emp(2000,0);
emp[0]=1;
emp[1]=1;
append_store(4,emp);
append_and(1,1,4);
append_xor(3,1,2);
emp[1]=0;
append_store(4,emp);
append_add(3,3,4);
append_right(3,3,1);
append_xor(3,1,3);
append_right(3,3,1);
append_xor(3,2,3);
append_print(3);
append_and(3,3,4);
append_or(0,0,3);
}
# | 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... |