QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#760247 | #9740. Aho-Corasick 自动机 | ucup-team5779# | WA | 1ms | 4180kb | C++14 | 2.1kb | 2024-11-18 15:49:06 | 2024-11-18 15:49:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3608kb
input:
3 2 2
output:
5
result:
ok answer is '5'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3664kb
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: 4180kb
input:
30 30 30
output:
537173458
result:
wrong answer expected '286511539', found '537173458'