QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#796185#5067. Two Wallsucup-team4645#WA 0ms3784kbC++231.2kb2024-12-01 13:55:532024-12-01 13:56:02

详细

Test #1:

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

input:

3
0 0
1 1
2 2 3 3
4 4 5 5
0 0
1 1
2 2 3 3
2 2 3 3
0 0
10 10
10 0 0 10
1 1 2 2

output:

0
0
1

result:

ok 3 number(s): "0 0 1"

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3736kb

input:

2
-999999999 999999998
999999999 999999998
-1000000000 -1000000000 1000000000 1000000000
1000000000 -1000000000 -1000000000 1000000000
-999999999 999999998
999999999 999999998
-999999998 -999999998 1000000000 1000000000
999999998 -999999998 -1000000000 1000000000

output:

1
1

result:

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