QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#351450#5587. Distinct Parity ExcessMaMengQiWA 481ms42684kbC++17673b2024-03-11 22:53:362024-03-11 22:53:37

詳細信息

Test #1:

score: 0
Wrong Answer
time: 481ms
memory: 42684kb

input:

3
2 2
2 5
2 10

output:

1
0
1

result:

wrong answer 1st lines differ - expected: '-1', found: '1'