QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#589226#8515. KMOPucup-team1365#WA 1ms5772kbC++201.5kb2024-09-25 16:46:492024-09-25 16:46:49

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
KNUTH
MORRIS
PRATT

output:

4

result:

ok "4"

Test #2:

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

input:

3
KNUTH
M
PRATT

output:

5

result:

ok "5"

Test #3:

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

input:

3
K
M
P

output:

*

result:

ok "*"

Test #4:

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

input:

2
K
M

output:

2

result:

ok "2"

Test #5:

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

input:

4
YOU
SHOULD
BE
DANCING

output:

7

result:

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