QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#149537#2324. Bigram Language ModelHuangHanShengWA 1ms3500kbC++20851b2023-08-24 19:59:102023-08-24 19:59:13

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'