QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#49982#871. Interesting Scoring SystemsZhaoZiLongWA 2ms3640kbC++666b2022-09-24 13:05:262022-09-24 13:05:27

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 3640kb

input:

2
3
4 1 1
6 1 1
4
5 1 1 1
7 1 1 1

output:

YES
NO

result:

ok 2 token(s): yes count is 1, no count is 1

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 3548kb

input:

2
4
5 3 1 3
7 4 1 3
1
0
0

output:

NO
YES

result:

wrong answer expected YES, found NO [1st token]