QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#227057 | #7524. A Challenge For a Tourist | ucup-team1881 | WA | 3ms | 20032kb | C++20 | 2.8kb | 2023-10-26 20:34:02 | 2023-10-26 20:34:03 |
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: 3ms
memory: 15956kb
input:
6 6 5 6 3 6 2 2 1 2 1 2 3 2 2 4 3 4 5 4 3 1 3 1 1 3 3 1 3 5
output:
-1 2 4
result:
ok 3 number(s): "-1 2 4"
Test #2:
score: 0
Accepted
time: 0ms
memory: 20032kb
input:
2 1 1 2 1 1 1 2 1
output:
1
result:
ok 1 number(s): "1"
Test #3:
score: 0
Accepted
time: 0ms
memory: 15960kb
input:
5 10 1 2 4 2 2 0 1 1 7 2 1 7 4 1 1 5 5 1 4 1 4 5 2 6 1 1 2 2 4 7 10 1 4 3 1 2 5 3 2 1 3 5 5 2 4 0 3 2 0 2 1 2 2 3 6 5 1 7 2 3 3
output:
2 6 -1 -1 4 -1 6 -1 6 -1
result:
ok 10 numbers
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 17916kb
input:
10 20 3 5 667 2 5 71 2 9 47 7 9 941 9 1 564 2 1 892 7 1 627 2 2 989 8 9 978 1 3 936 1 1 807 8 4 564 6 9 518 5 4 896 2 9 607 3 9 453 1 3 402 10 8 935 7 3 826 1 6 707 40 3 10 164 2 10 248 5 6 708 5 9 764 1 9 711 3 8 377 9 1 640 7 1 554 3 1 504 4 9 761 1 8 111 5 8 296 4 2 97 10 4 896 5 1 232 5 8 154 7 ...
output:
-1 989 -1 -1 -1 896 941 936 892 -1 989 -1 896 -1 -1 989 -1 936 -1 941 936 936 989 989 989 -1 -1 989 989 -1 989 -1 -1 989 989 -1 989 941 989 936
result:
wrong answer 2nd numbers differ - expected: '941', found: '989'