QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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'