#include "registers.h"
#include <iostream>
#include <cmath>
#include <vector>
#include <algorithm>
#include <map>
#include <set>
#define ff first
#define ss second
typedef long long ll;
using namespace std;
void construct_instructions(int s, int n, int k, int q) {
if (k == 1) {
append_move(1, 0);
append_right(1, 1, 1);
append_and(0, 0, 1);
return;
}
vector <bool> b(2000, 0);
b[0] = 1;
append_store(1, b);
append_and(2, 0, 1);
append_right(0, 0, 1);
append_and(4, 0, 1);
append_right(0, 0, 1);
append_and(6, 0, 1);
append_right(0, 0, 1);
append_and(8, 0, 1);
append_and(9, 4, 8);
append_not(10, 9);
append_xor(11, 4, 10);
append_xor(12, 8, 10);
append_xor(13, 1, 2);
append_xor(14, 1, 6);
append_and(15, 13, 11);
append_and(16, 14, 12);
append_or(17, 15, 16);
append_xor(18, 17, 1);
append_left(19, 9, 1);
append_add(0, 19, 18);
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
344 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
348 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
348 KB |
Incorrect min value |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
348 KB |
Incorrect min value |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
344 KB |
Incorrect sorting |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
344 KB |
Incorrect sorting |
2 |
Halted |
0 ms |
0 KB |
- |