QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#589155#8515. KMOPucup-team1365#WA 1ms5696kbC++20919b2024-09-25 16:26:202024-09-25 16:26:21

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 5644kb

input:

3
KNUTH
MORRIS
PRATT

output:

4

result:

ok "4"

Test #2:

score: 0
Accepted
time: 1ms
memory: 5696kb

input:

3
KNUTH
M
PRATT

output:

5

result:

ok "5"

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 3660kb

input:

3
K
M
P

output:

1000000000

result:

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