QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#444758 | #8529. Balance of Permutation | ucup-team2796# | WA | 101ms | 7052kb | C++20 | 12.7kb | 2024-06-15 21:08:15 | 2024-06-15 21:08: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: 0ms
memory: 3620kb
input:
6 6 6
output:
1 2 6 3 4 5
result:
ok 6 numbers
Test #2:
score: -100
Wrong Answer
time: 101ms
memory: 7052kb
input:
30 300 3030303030303030303030
output:
1 2 3 4 9 23 20 28 24 16 29 30 25 27 15 6 26 22 19 21 18 12 8 13 7 10 5 17 14 11
result:
wrong answer 11th numbers differ - expected: '21', found: '29'