#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 |
1 |
Incorrect |
0 ms |
348 KB |
Incorrect min value |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Incorrect min value |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Incorrect min value |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Incorrect min value |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Incorrect sorting |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Incorrect sorting |
2 |
Halted |
0 ms |
0 KB |
- |