QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#53547 | #2871. Clean Up! | MaMengQi | WA | 2ms | 3696kb | C++20 | 1.8kb | 2022-10-05 13:20:05 | 2022-10-05 13:20:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 3572kb
input:
4 2 a abc abd b
output:
2
result:
ok single line: '2'
Test #2:
score: 0
Accepted
time: 2ms
memory: 3648kb
input:
4 2 d c ab a
output:
2
result:
ok single line: '2'
Test #3:
score: 0
Accepted
time: 2ms
memory: 3564kb
input:
5 3 please remove all these files
output:
3
result:
ok single line: '3'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3644kb
input:
2 3 c acbabaaccb
output:
1
result:
ok single line: '1'
Test #5:
score: -100
Wrong Answer
time: 2ms
memory: 3696kb
input:
4 1 ccbc bbacb cacbbb caabcbbcba
output:
5
result:
wrong answer 1st lines differ - expected: '4', found: '5'