QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#107940#5526. Jewel of Data Structure ProblemsDitaMirikaWA 2ms3352kbC++14746b2023-05-23 10:31:042023-05-23 10:31:06

详细

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 3352kb

input:

5 6
2 1 3 4 5
1 2
1 2
1 4
2 1
3 5
1 3

output:

-1
4
5
3
5
3

result:

wrong answer 2nd numbers differ - expected: '5', found: '4'