QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#831089#4003. Rounding MasterIchikawa^T (Frank Xiang, Junyao Wang, Hansong Sun) #TL 1ms3984kbC++201.4kb2024-12-25 10:27:012024-12-25 10:27:02

詳細信息

Test #1:

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

input:

18 4

output:

2.12500002

result:

ok found '2.1250000', expected '2.1250000', error '0.0000000'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3600kb

input:

1 1

output:

0.5

result:

ok found '0.5000000', expected '0.5000000', error '0.0000000'

Test #3:

score: 0
Accepted
time: 1ms
memory: 3984kb

input:

1000000000000000000 1000000000000000000

output:

1.50000005

result:

ok found '1.5000000', expected '1.5000000', error '0.0000000'

Test #4:

score: 0
Accepted
time: 0ms
memory: 3672kb

input:

2 100000

output:

1.50000006

result:

ok found '1.5000001', expected '1.5000000', error '0.0000000'

Test #5:

score: 0
Accepted
time: 0ms
memory: 3564kb

input:

1 1000000000000000000

output:

0.5

result:

ok found '0.5000000', expected '0.5000000', error '0.0000000'

Test #6:

score: -100
Time Limit Exceeded

input:

1000000000000000000 1

output:


result: