QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#214298#6547. Bansheeucup-team1608#WA 0ms5896kbC++171.3kb2023-10-14 18:38:562023-10-14 18:38:56

详细

Test #1:

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

input:

2
2 1
1 2 1 100
100 500 736 0
3 2
0 1 12 0
1 2 6 6
2 3 3 10

output:

49.94477
1.78001

result:

ok 2 numbers

Test #2:

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

input:

1
1 1
999999999999 1000000000000 1000000 1000000

output:

0.00001

result:

wrong answer 1st numbers differ - expected: '190476264642.11713', found: '0.00001', error = '1.00000'