QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#589146#8515. KMOPucup-team1365#WA 0ms5716kbC++20687b2024-09-25 16:22:482024-09-25 16:22:48

Details

Tip: Click on the bar to expand more detailed information

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'