QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#279566#7903. Computational Intelligenceucup-team1704#WA 1ms3912kbC++173.1kb2023-12-08 21:18:582023-12-08 21:18:59

详细

Test #1:

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

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.333333333333333333
0.765195716464212793
1.076635732895178011

result:

ok 3 numbers

Test #2:

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

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.888888888888888928
0.888888888888888928
1521070.405024665726955391

result:

wrong answer 1st numbers differ - expected: '0.7777778', found: '0.8888889', error = '0.1111111'