# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
420789 | Nicholas_Patrick | MalnaRISC (COI21_malnarisc) | C++17 | 1 ms | 204 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#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"
);
}
}
컴파일 시 표준 에러 (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... |