# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
420789 | 2021-06-08T13:57:17 Z | Nicholas_Patrick | MalnaRISC (COI21_malnarisc) | C++17 | 1 ms | 204 KB |
#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
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | not sorted |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 204 KB | Unexpected end of file - int32 expected |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | Unexpected end of file - int32 expected |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | Unexpected end of file - int32 expected |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | Unexpected end of file - int32 expected |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 204 KB | Unexpected end of file - int32 expected |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 204 KB | Unexpected end of file - int32 expected |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | Unexpected end of file - int32 expected |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | Unexpected end of file - int32 expected |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | Unexpected end of file - int32 expected |