QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#299339#7903. Computational Intelligenceucup-team216#WA 1ms3956kbC++171.5kb2024-01-06 19:16:072024-01-06 19:16:07

详细

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.33333333333333
0.76519571646422
1.07663573289518

result:

ok 3 numbers

Test #2:

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

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:

2.33333333333333
2.33333333333333
2147891.98780977679417

result:

wrong answer 1st numbers differ - expected: '0.7777778', found: '2.3333333', error = '1.5555556'