QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#210601#4629. Longest Increasing SubsequencewaifuSenpai#WA 1ms3756kbC++201.9kb2023-10-11 17:22:242023-10-11 17:22:24

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3460kb

input:

7
7 41 53 58 75 78 81

output:

22

result:

ok single line: '22'

Test #2:

score: 0
Accepted
time: 1ms
memory: 3388kb

input:

8
174 223 259 368 618 738 893 1810

output:

671

result:

ok single line: '671'

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 3756kb

input:

62
145 189 225 631 638 643 880 1349 1399 1574 1655 1713 1714 2383 2496 2706 2787 2904 2985 3030 3050 3318 3461 3466 3500 3908 3945 4287 4379 4412 4579 4612 4630 4722 4781 4811 4858 4998 5098 5276 6181 6185 6412 6427 6464 6498 6548 6887 6917 7344 7532 7776 8347 8711 8928 8983 9269 9486 9517 9833 9855...

output:

2168

result:

wrong answer 1st lines differ - expected: '2506', found: '2168'