QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#760218#9740. Aho-Corasick 自动机密码八个八 (Yuzhuo Chen, Bogu Du, Tianqi Zeng)#WA 1ms5772kbC++142.1kb2024-11-18 15:41:402024-11-18 15:41:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 2 2

output:

5

result:

ok answer is '5'

Test #2:

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

input:

4 2 2

output:

6

result:

ok answer is '6'

Test #3:

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

input:

1 1 1

output:

1

result:

ok answer is '1'

Test #4:

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

input:

30 30 30

output:

537173458

result:

wrong answer expected '286511539', found '537173458'