QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#390434#3732. 最长上升子序列ucup-team1383WA 0ms3580kbC++17936b2024-04-15 15:32:442024-04-15 15:32:45

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3580kb

input:

5
1 0 0 4 0

output:

4

result:

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