QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#332363#5312. Levenshtein DistanceLFAIJWA 1ms3548kbC++201.3kb2024-02-19 14:51:182024-02-19 14:51:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3548kb

input:

4
aaa
aabbaab

output:

4aa
4aaa
a4a
a4aa
aa
aa4
aa4a
aaa4

result:

wrong output format Expected integer, but "4aa" found