QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#36135 | #880. Film Critics | HuangHanSheng | WA | 2ms | 3828kb | C++17 | 1.1kb | 2022-06-24 15:45:51 | 2022-06-24 15:45:51 |
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: 2ms
memory: 3824kb
input:
5 10 30 10 5 3 1 3
output:
3 5 2 1 4
result:
ok OK!
Test #2:
score: 0
Accepted
time: 2ms
memory: 3616kb
input:
5 5 20 5 3 3 3 3
output:
impossible
result:
ok OK!
Test #3:
score: 0
Accepted
time: 2ms
memory: 3768kb
input:
5 10 20 6 1 9 3 2
output:
1 4 3 5 2
result:
ok OK!
Test #4:
score: 0
Accepted
time: 2ms
memory: 3764kb
input:
5 10 20 5 3 10 7 10
output:
5 3 4 1 2
result:
ok OK!
Test #5:
score: 0
Accepted
time: 2ms
memory: 3788kb
input:
5 10 30 1 0 1 8 5
output:
1 3 5 4 2
result:
ok OK!
Test #6:
score: 0
Accepted
time: 2ms
memory: 3764kb
input:
5 10 30 2 0 5 4 2
output:
1 5 2 4 3
result:
ok OK!
Test #7:
score: -100
Wrong Answer
time: 2ms
memory: 3828kb
input:
100 10 100 10 10 4 8 10 0 7 8 3 3 2 3 1 8 1 5 0 0 3 3 7 10 10 5 1 9 4 3 4 5 6 5 2 7 5 6 5 0 4 9 7 0 6 5 8 0 9 3 2 3 0 4 4 10 9 0 1 0 2 3 1 5 3 8 0 1 10 7 2 10 3 9 3 10 7 7 0 7 1 6 6 3 7 7 6 9 10 8 3 1 7 9 10 9 8 5 5 0 8 4
output:
54 5 67 70 74 93 23 22 87 2 1 72 47 40 26 86 55 92 94 99 8 45 95 88 64 4 14 84 91 7 75 41 21 76 78 68 34 83 36 80 31 43 81 85 37 62 97 96 44 35 32 30 24 16 100 3 27 29 39 52 53 63 28 82 9 20 19 89 73 48 71 50 12 60 10 49 69 59 33 11 15 90 13 57 25 79 66 61 38 18 77 42 17 46 51 65 58 98 6 56
result:
wrong answer Contestant printed a valid permutation, but it gave the wrong average score.