QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#471564 | #3888. Mountaineers | GuanYunchang | WA | 1ms | 5712kb | C++17 | 2.3kb | 2024-07-10 22:12:50 | 2024-07-10 22:12:52 |
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: 5712kb
input:
3 5 3 1 3 2 1 3 2 4 5 4 4 2 1 3 2 2 1 1 3 2 2 4 2 2 1 4 3 4
output:
2 4 3
result:
ok 3 lines
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 5700kb
input:
2 3 8 17 43 20 99 4 13 1 1 1 1 1 2 1 2 1 3 1 3 2 1 2 1 2 2 2 2 2 3 2 3 1 2 1 2 1 1 2 3
output:
-1 43 43 99 43 43 43 43
result:
wrong answer 1st lines differ - expected: '17', found: '-1'