QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#346893#5587. Distinct Parity ExcessGuanYunchangTL 0ms3584kbC++171.3kb2024-03-09 05:24:322024-03-09 05:24:32

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3584kb

input:

3
2 2
2 5
2 10

output:

-1
-4
-5

result:

ok 3 lines

Test #2:

score: -100
Time Limit Exceeded

input:

8
2 100
2 50
50 100
2 1000
100 143
2 1000000
80000 90000
1000000 1000000

output:

13
-1
15
63
0

result: