QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#110908#6565. Game Show EliminationznstzWA 1165ms202416kbC++205.8kb2023-06-04 17:09:452023-06-04 17:09:49

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 3580kb

input:

3 2

output:

2.1093750000
2.6250000000
1.2656250000

result:

ok 3 numbers

Test #2:

score: 0
Accepted
time: 1165ms
memory: 202416kb

input:

1000 10

output:

2.9272933166
3.5373161569
4.2811822033
5.1312206602
6.0539327790
7.0191885099
8.0057023991
9.0012910303
10.0001652077
11.0000000000
12.0000000000
13.0000000000
14.0000000000
15.0000000000
16.0000000000
17.0000000000
18.0000000000
19.0000000000
20.0000000000
21.0000000000
22.0000000000
23.0000000000
...

result:

ok 1000 numbers

Test #3:

score: 0
Accepted
time: 68ms
memory: 19216kb

input:

300 8

output:

2.7512630513
3.3900737271
4.1750068651
5.0660215194
6.0201465578
7.0045578589
8.0005725931
9.0000000000
10.0000000000
11.0000000000
12.0000000000
13.0000000000
14.0000000000
15.0000000000
16.0000000000
17.0000000000
18.0000000000
19.0000000000
20.0000000000
21.0000000000
22.0000000000
23.0000000000
...

result:

ok 300 numbers

Test #4:

score: 0
Accepted
time: 4ms
memory: 9776kb

input:

1000 3

output:

2.2302561681
3.0347656711
4.0000000000
5.0000000000
6.0000000000
7.0000000000
8.0000000000
9.0000000000
10.0000000000
11.0000000000
12.0000000000
13.0000000000
14.0000000000
15.0000000000
16.0000000000
17.0000000000
18.0000000000
19.0000000000
20.0000000000
21.0000000000
22.0000000000
23.0000000000
...

result:

ok 1000 numbers

Test #5:

score: -100
Wrong Answer
time: 119ms
memory: 8716kb

input:

7 10

output:

4.0212717496
4.3574143246
0.0000000000
0.0000000000
0.0000000000
1.2219235147
2.8536408104

result:

wrong answer 1st numbers differ - expected: '2.9815864', found: '4.0212717', error = '0.3487021'