# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
420789 | Nicholas_Patrick | MalnaRISC (COI21_malnarisc) | C++17 | 1 ms | 204 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <cstdio>
#include <queue>
using namespace std;
int main(){
int n;
scanf("%d", &n);
if(n==8){
printf(
"6\n"
"CMPSWP R1 R5 CMPSWP R2 R6 CMPSWP R3 R7 CMPSWP R4 R8\n"
"CMPSWP R3 R5 CMPSWP R4 R6\n"
"CMPSWP R4 R5\n"
"CMPSWP R1 R2 CMPSWP R3 R4 CMPSWP R5 R6 CMPSWP R7 R8\n"
"CMPSWP R1 R3 CMPSWP R2 R4 CMPSWP R5 R7 CMPSWP R6 R8\n"
"CMPSWP R2 R3 CMPSWP R6 R7\n"
);
}
}
Compilation message (stderr)
# | 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... |
# | 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... |