QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#323595#7903. Computational Intelligenceucup-team254TL 1ms4180kbC++203.5kb2024-02-10 04:08:382024-02-10 04:08:39

詳細信息

Test #1:

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

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.333333333333
0.765195716587
1.076635732910

result:

ok 3 numbers

Test #2:

score: -100
Time Limit Exceeded

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:


result: