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"
void construct_instructions(int s, int n, int k, int q) {
if (k == 1)
{
append_right(1, 0, 1);
append_and(0, 0, 1);
}
else
{
append_right(1, 0, 2);
append_xor(2, 0, 1);
append_and(2, 2, 1);
append_right(3, 2, 1);
append_or(2, 2, 3);
append_or(1, 2, 1);
append_xor(2, 0, 1);
append_and(2, 2, 0);
append_right(3, 2, 1);
append_or(2, 2, 3);
append_or(0, 2, 0);
append_and(0, 0, 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... |