QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#148556#2324. Bigram Language ModelHuangHanShengWA 1ms3816kbC++17670b2023-08-23 16:41:282023-08-25 02:16:53

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3816kb

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
1/2
1/3
2/3
0/1

result:

wrong answer 4th lines differ - expected: 'Insufficient data', found: 'Insufficient'