#include <bits/stdc++.h>
#include "registers.h"
using namespace std;
typedef long long ll;
vector<bool> num(ll num) {
vector<bool> res(2000);
for (int i = 0; i < 2000; i++) {
ll numBit = min(i, (int)sizeof(ll)-1);
res[i] = (num >> numBit) & 1;
}
return res;
}
void getMin(int x, int y) {
append_not(98, y);
append_add(98, 98, 99);
append_add(98, x, 98);
append_right(98, 98, 10);
append_and(x, x, 98);
append_not(98, 98);
append_and(y, y, 98);
append_or(x, x, y);
}
void construct_instructions(int s, int n, int k, int q) {
append_store(99, num((1 << k) - 1));
append_right(1, 0, k);
append_and(0, 0, 99);
append_store(99, num(1));
getMin(0, 1);
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
1 ms |
344 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
348 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
344 KB |
Incorrect min value |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Incorrect min value |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Incorrect sorting |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Incorrect sorting |
2 |
Halted |
0 ms |
0 KB |
- |