QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#589146#8515. KMOPucup-team1365#WA 0ms5716kbC++20687b2024-09-25 16:22:482024-09-25 16:22:48

詳細信息

Test #1:

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

input:

3
KNUTH
MORRIS
PRATT

output:

4

result:

ok "4"

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 5716kb

input:

3
KNUTH
M
PRATT

output:

7

result:

wrong answer 1st words differ - expected: '5', found: '7'