QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#18827#1877. Matryoshka DollsflowerWA 2ms3724kbC++147.9kb2022-01-27 14:00:112022-05-06 02:46:10

详细

Test #1:

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

input:

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

output:

11
9
7
5
4

result:

wrong answer 1st numbers differ - expected: '7', found: '11'