QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#49989#871. Interesting Scoring SystemsHuangHanShengWA 2ms3656kbC++760b2022-09-24 13:17:232022-09-24 13:17:23

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 3656kb

input:

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

output:

NO
NO

result:

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