QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#601966 | #9300. So Many Possibilities... | ucup-team4583# | WA | 4ms | 8404kb | C++17 | 6.1kb | 2024-09-30 16:54:22 | 2024-09-30 16:54:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 5896kb
input:
2 2 2 2
output:
0.5000000
result:
ok found '0.5000000000', expected '0.5000000000', error '0'
Test #2:
score: 0
Accepted
time: 1ms
memory: 8228kb
input:
3 3 1 2 3
output:
1.0833333
result:
ok found '1.0833333000', expected '1.0833333333', error '3.33333e-08'
Test #3:
score: 0
Accepted
time: 1ms
memory: 8168kb
input:
3 100 80 32 38
output:
0.9176820
result:
ok found '0.9176820000', expected '0.9176820175', error '1.75127e-08'
Test #4:
score: 0
Accepted
time: 1ms
memory: 6020kb
input:
4 100 31 80 40 28
output:
0.3896011
result:
ok found '0.3896011000', expected '0.3896011367', error '3.67171e-08'
Test #5:
score: 0
Accepted
time: 4ms
memory: 8404kb
input:
8 100 37 42 41 43 52 24 7 21
output:
0.9966505
result:
ok found '0.9966505000', expected '0.9966505480', error '4.8013e-08'
Test #6:
score: -100
Wrong Answer
time: 4ms
memory: 7076kb
input:
9 100 6 13 4 6 20 13 10 25 25
output:
5.7555461
result:
wrong answer 1st numbers differ - expected: '5.755547655021027', found: '5.755546100000000', error = '1.55502e-06'