QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#363647#7903. Computational Intelligenceucup-team118WA 1ms3996kbC++236.2kb2024-03-24 01:29:102024-03-24 01:29:11

详细

Test #1:

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

input:

3
0 0 1 0
0 0 1 0
0 0 1 0
0 0 0 1
0 0 1 0
0 1 1 1

output:

0.333333333333333370340767487505
0.765195716464212694063462549821
1.076635732895177888224225171143

result:

ok 3 numbers

Test #2:

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

input:

3
0 1 0 0
0 -1 0 2
0 0 1 0
2 0 -1 0
-1000 0 0 999
0 -998 999 0

output:

0.833333333333333370340767487505
0.833333333333333370340767487505
0.000000000000000000000000000000

result:

wrong answer 1st numbers differ - expected: '0.7777778', found: '0.8333333', error = '0.0555556'