QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#639120 | #7039. Counting Failures on a Trie | MaMengQi | WA | 0ms | 3556kb | C++20 | 6.0kb | 2024-10-13 18:00:16 | 2024-10-13 18:00:18 |
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: 0
Wrong Answer
time: 0ms
memory: 3556kb
input:
1 5 10 5 0 a 0 b 1 a 1 c 2 a aaacbaacab 1 5 1 6 1 7 3 9 4 10
output:
2 2 2 5 2 0 2 1 3 0
result:
wrong answer 3rd lines differ - expected: '3 0', found: '2 0'