QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#49966#871. Interesting Scoring SystemsGuanYunchangWA 3ms5736kbC++141.4kb2022-09-24 12:47:582022-09-24 12:47:59

詳細信息

Test #1:

score: 100
Accepted
time: 3ms
memory: 5736kb

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

input:

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

output:

YES
NO

result:

wrong answer expected YES, found NO [2nd token]