QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#755457#7527. Doors of the Wardrobeucup-team138#WA 1ms6156kbC++173.2kb2024-11-16 17:24:042024-11-16 17:24:04

详细

Test #1:

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

input:

3 4
-3 3 0.6 -0.3
4 -1 1 1
1 -4 1 0
-2 3
2 3
2 -2
-0.5 -2

output:

20.275232907551224

result:

ok answer is 20.2752329075512  (delta 0)

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 5864kb

input:

5 3
0.5 0.4 1 1
0.5 0.4 3 4
0.5 0.35 1 1
0.4 0.4 1 0
0.5 0.3 0 1
0.5 0.4
0.6 0.4
0.5 0.5

output:

0.849863527754790

result:

wrong answer expected 0.859813275223096, found 0.84986352775479  (delta 0.0099497)