| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 443345 | benedict0724 | 레지스터 (IOI21_registers) | C++17 | 0 ms | 204 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include "registers.h"
void construct_instructions(int s, int n, int k, int q) {
append_right(1, 0, 2);
std::vector<bool> v(2000);
v[0] = 1, v[3] = 1;
append_store(3, v);
append_xor(3, 0, 3);
append_move(4, 3);
append_move(5, 3);
// 0, 1이면 a
for(int i=0;i<3;i++)
{
append_right(3, 3, 1);
append_and(4, 3, 4);
append_or(5, 3, 5);
}
v[3] = 0;
append_store(6, v);
append_not(5, 5);
append_print(4);
append_print(5);
append_or(4, 4, 5);
append_and(6, 4, 6);
append_and(0, 0, 1);
append_or(0, 6, 0);
append_print(0);
}
| # | 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... | ||||
