Submission #1055829

#TimeUsernameProblemLanguageResultExecution timeMemory
1055829aykhnBit Shift Registers (IOI21_registers)C++17
0 / 100
0 ms348 KiB
#include "registers.h" void construct_instructions(int s, int n, int k, int q) { if (k == 1) { append_right(1, 0, 1); append_and(0, 0, 1); } else { append_right(1, 0, 2); append_xor(2, 0, 1); append_and(2, 2, 1); append_right(3, 2, 1); append_or(2, 2, 3); append_or(1, 2, 1); append_xor(2, 0, 1); append_and(2, 2, 0); append_right(3, 2, 1); append_or(2, 2, 3); append_or(0, 2, 0); append_and(0, 0, 1); } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...