QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#388822 | #3732. 最长上升子序列 | Nothing to lose anymore (Guoxin Rui, Bingde Ma, Long Lu) | WA | 1ms | 3988kb | C++20 | 2.0kb | 2024-04-13 20:35:45 | 2024-04-13 20:35:45 |
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: 0
Wrong Answer
time: 1ms
memory: 3988kb
input:
5 1 0 0 4 0
output:
0
result:
wrong answer 1st numbers differ - expected: '1', found: '0'