QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#592121#8515. KMOPHuangHanShengWA 0ms3840kbC++231.9kb2024-09-26 20:50:452024-09-26 20:50:46

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
KNUTH
MORRIS
PRATT

output:

4

result:

ok "4"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3840kb

input:

3
KNUTH
M
PRATT

output:

5

result:

ok "5"

Test #3:

score: 0
Accepted
time: 0ms
memory: 3652kb

input:

3
K
M
P

output:

*

result:

ok "*"

Test #4:

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

input:

2
K
M

output:

*

result:

wrong answer 1st words differ - expected: '2', found: '*'