QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#282983#7789. Outro: True Love Waitsucup-team2024#WA 6ms8240kbC++201.5kb2023-12-13 16:46:012023-12-13 16:46:01

詳細信息

Test #1:

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

input:

4
1 10 1
1 10 2
100 0 2
11 11 3

output:

2
-1
9
20

result:

ok 4 number(s): "2 -1 9 20"

Test #2:

score: -100
Wrong Answer
time: 6ms
memory: 7284kb

input:

1
0 0 1

output:

4

result:

wrong answer 1st numbers differ - expected: '0', found: '4'