QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#616462 | #9447. Admired Person | ucup-team4813# | WA | 0ms | 3816kb | C++23 | 2.3kb | 2024-10-06 06:07:47 | 2024-10-06 06:07:47 |
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: 3484kb
input:
5 3 2 6 5 1 1 6 3 8
output:
4
result:
ok 1 number(s): "4"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3620kb
input:
3 2 1 1 9 1 1
output:
0
result:
ok 1 number(s): "0"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3492kb
input:
11 7 13 21 9 5 16 32 15 29 20 40 4 24 34 43 39 18 30 11
output:
32
result:
ok 1 number(s): "32"
Test #4:
score: 0
Accepted
time: 0ms
memory: 3596kb
input:
35 6 46 96 10 18 91 16 36 89 16 68 2 43 85 53 20 14 3 89 27 60 86 74 42 14 65 15 72 18 39 48 40 59 6 60 39 29 91 55 47 76 35
output:
8
result:
ok 1 number(s): "8"
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3816kb
input:
20 11 12 45 14 46 69 65 42 55 18 52 90 87 73 24 97 43 49 9 91 4 28 24 69 47 19 1 32 45 80 94 11
output:
36
result:
wrong answer 1st numbers differ - expected: '40', found: '36'