QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#614601 | #9447. Admired Person | ucup-team2055# | WA | 0ms | 3696kb | C++23 | 700b | 2024-10-05 16:39:28 | 2024-10-05 16:39:29 |
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:
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: 3564kb
input:
3 2 1 1 9 1 1
output:
0
result:
ok 1 number(s): "0"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3696kb
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: -100
Wrong Answer
time: 0ms
memory: 3584kb
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:
62
result:
wrong answer 1st numbers differ - expected: '8', found: '62'