| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 453622 | mjhmjh1104 | 레지스터 (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(2, 0, k);
append_left(0, 0, 2000 - k);
append_right(0, 0, 2000 - k);
append_not(3, 2);
append_or(4, 0, 3);
append_and(5, 0, 3);
append_right(4, 4, 1);
append_right(9, 5, 1);
append_and(6, 4, 5);
append_or(6, 9, 6);
append_left(7, 6, 1);
append_or(6, 6, 7);
append_and(8, 0, 6);
append_xor(2, 2, 8);
append_and(8, 2, 6);
append_xor(0, 0, 8);
append_and(8, 0, 6);
append_xor(2, 2, 8);
append_left(2, 2, k);
append_or(0, 0, 2);
}| # | 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... | ||||
