QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'