ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#129233 | #2002. 最长公共子序列(基础) | Nick11 | 100 | 15ms | 1228kb | C++ | 450b | 2021-06-13 21:45:28 | 2021-06-13 21:45:29 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1228kb
input:
KO KYG
output:
1
result:
ok single line: '1'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1228kb
input:
1234567 10203040506
output:
6
result:
ok single line: '6'
Test #3:
score: 20
Accepted
time: 0ms
memory: 1224kb
input:
LWBOZI GORTZSWI
output:
3
result:
ok single line: '3'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1228kb
input:
ABCDEFG ABCDEFG
output:
7
result:
ok single line: '7'
Test #5:
score: 20
Accepted
time: 15ms
memory: 1228kb
input:
DILWCCIXSLTIG DIQGXHSPYFQBK
output:
4
result:
ok single line: '4'