QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#749328 | #9752. 覆盖一个环 | I_be_wanna | AC ✓ | 51ms | 3900kb | C++20 | 951b | 2024-11-14 23:36:00 | 2024-11-14 23:36:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3788kb
input:
3 2
output:
2.5000000000
result:
ok found '2.500000000', expected '2.500000000', error '0.000000000'
Test #2:
score: 0
Accepted
time: 51ms
memory: 3884kb
input:
20 20
output:
1.0000000000
result:
ok found '1.000000000', expected '1.000000000', error '0.000000000'
Test #3:
score: 0
Accepted
time: 51ms
memory: 3788kb
input:
20 19
output:
2.0526315789
result:
ok found '2.052631579', expected '2.052631579', error '0.000000000'
Test #4:
score: 0
Accepted
time: 51ms
memory: 3820kb
input:
20 1
output:
71.9547931429
result:
ok found '71.954793143', expected '71.954793143', error '0.000000000'
Test #5:
score: 0
Accepted
time: 12ms
memory: 3788kb
input:
18 17
output:
2.0588235294
result:
ok found '2.058823529', expected '2.058823529', error '0.000000000'
Test #6:
score: 0
Accepted
time: 12ms
memory: 3792kb
input:
18 16
output:
2.1911764706
result:
ok found '2.191176471', expected '2.191176471', error '0.000000000'
Test #7:
score: 0
Accepted
time: 12ms
memory: 3816kb
input:
18 15
output:
2.3500000000
result:
ok found '2.350000000', expected '2.350000000', error '0.000000000'
Test #8:
score: 0
Accepted
time: 12ms
memory: 3900kb
input:
18 14
output:
2.5428571429
result:
ok found '2.542857143', expected '2.542857143', error '0.000000000'
Test #9:
score: 0
Accepted
time: 12ms
memory: 3852kb
input:
18 13
output:
2.7802197802
result:
ok found '2.780219780', expected '2.780219780', error '0.000000000'
Test #10:
score: 0
Accepted
time: 12ms
memory: 3788kb
input:
18 2
output:
30.0428145384
result:
ok found '30.042814538', expected '30.042814538', error '0.000000000'
Test #11:
score: 0
Accepted
time: 0ms
memory: 3788kb
input:
1 1
output:
1.0000000000
result:
ok found '1.000000000', expected '1.000000000', error '0.000000000'
Extra Test:
score: 0
Extra Test Passed