# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1196272 | Amr | Bit Shift Registers (IOI21_registers) | C++20 | 0 ms | 0 KiB |
#include "registers.h" void construct_instructions(int s, int n, int k, int q) { append_move(1, 0); append_right(2, 1, k); append_and(0, 1, 2); }
# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1196272 | Amr | Bit Shift Registers (IOI21_registers) | C++20 | 0 ms | 0 KiB |