QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#408178 | #5723. Carny Magician | lmq26052003 | WA | 99ms | 1956884kb | C++17 | 2.4kb | 2024-05-09 19:32:16 | 2024-05-09 19:32:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 84ms
memory: 1956644kb
input:
3 1 1
output:
1 3 2
result:
ok single line: '1 3 2 '
Test #2:
score: 0
Accepted
time: 55ms
memory: 1956632kb
input:
3 2 1
output:
-1
result:
ok single line: '-1'
Test #3:
score: 0
Accepted
time: 99ms
memory: 1956884kb
input:
5 3 7
output:
2 1 3 4 5
result:
ok single line: '2 1 3 4 5 '
Test #4:
score: -100
Wrong Answer
time: 43ms
memory: 1956712kb
input:
49 2 531768966090517377
output:
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 28 29 42 36 35 31 40 47 34 39 43 37 49 30 41 45 32 38 44 48 33 46
result:
wrong answer 1st lines differ - expected: '1 2 4 3 6 5 8 7 10 9 12 11 14 ...7 42 45 35 36 48 49 29 34 43 39', found: '2 3 4 5 6 7 8 9 10 11 12 13 14... 49 30 41 45 32 38 44 48 33 46 '