#include "registers.h"
const int m = 1000, b = 2000;
void construct_instructions(int s, int n, int k, int q) {
append_move(2,0);
append_right(2, 2, k);
append_left(0,0,b-k);
append_right(0,0,b-k);
append_move(3,0);
append_right(3,3,1);
append_left(0,0,b-1);
append_right(0,0,b-1);
append_move(5,2);
append_right(5,5,1);
append_left(2,2,b-1);
append_right(2,2,b-1);
append_and(9,3,5);
append_xor(10,9,3);
append_xor(11,9,5);
append_or(10,10,0);
append_or(11,11,2);
append_left(0,9,1);
append_and(20,10,11);
append_add(0,0,20);
}
# | 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... |