QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#149537 | #2324. Bigram Language Model | HuangHanSheng | WA | 1ms | 3500kb | C++20 | 851b | 2023-08-24 19:59:10 | 2023-08-24 19:59:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3500kb
input:
5 7 get busy living or get busy dying 4 stay hungry stay foolish 6 whatever you do do it well 6 everything you can imagine is real 5 the things you can find 8 get busy busy living hungry stay foolish stay do do you do you can can do
output:
1/1 1/2 1/1 Insufficient data 1/2 1/3 2/3 0/2
result:
wrong answer 8th lines differ - expected: '0/1', found: '0/2'