QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#50058#871. Interesting Scoring SystemsMaMengQiWA 2ms7716kbC++14658b2022-09-24 14:51:482022-09-24 14:53:39

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 7716kb

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

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]