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) {
append_move(11,0);
append_right(12,1,0);
append_xor(13,11,12);
append_right(2,0,2);
append_move(1,0);
append_and(0,1,2);
append_xor(3,1,2);
append_right(4,3,1);
append_move(5,3);
append_and(6,4,5);
append_and(6,6,13);
append_left(7,6,1999);
append_right(7,7,1999);
append_or(0,0,7);
}
# | 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... |