QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#771502 | #6603. Knights of the Frozen Throne | ucup-team5027 | WA | 6ms | 31928kb | C++14 | 1.7kb | 2024-11-22 13:37:05 | 2024-11-22 13:37:05 |
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: 6ms
memory: 31896kb
input:
4 3 1 4 5 2 2 4 4 2 4 7 8 6 1 3 5 7 8 10 1 2 4 6 5
output:
53 2 3 4
result:
ok 4 number(s): "53 2 3 4"
Test #2:
score: 0
Accepted
time: 5ms
memory: 31928kb
input:
3 3 1 1 4 5 1 4 4 5 7 3 3 4 5 2 6 4 3
output:
55 1 1
result:
ok 3 number(s): "55 1 1"
Test #3:
score: -100
Wrong Answer
time: 6ms
memory: 30816kb
input:
4 3 1 3 6 2 1 4 4 3 6 8 10 6 1 2 4 6 8 10 1 1 2 3 4
output:
50 1 4
result:
wrong answer 2nd numbers differ - expected: '2', found: '1'