QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#176068#5444. Tavern Chessqsceszthn#WA 1ms3900kbC++142.7kb2023-09-11 09:32:322023-09-11 09:32:33

详细

Test #1:

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

input:

2 3
2 5
3 4 1

output:

0.125
0.75
0.125

result:

ok 3 numbers

Test #2:

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

input:

6 6
1 1 4 5 1 4
1 1 4 5 1 4

output:

0.241867
0.241867
0.516265

result:

wrong answer 1st numbers differ - expected: '0.2418673', found: '0.2418670', error = '0.0000003'