QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#42099 | #1777. Fortune From Folly | ZhaoZiLong | WA | 227ms | 1019536kb | C++ | 711b | 2022-08-01 16:20:42 | 2022-08-01 16:20:46 |
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: 151ms
memory: 1019536kb
input:
2 1 0.0006
output:
1666.666667
result:
ok found '1666.6666670', expected '1666.6666667', error '0.0000000'
Test #2:
score: 0
Accepted
time: 204ms
memory: 1019464kb
input:
2 1 0.0043
output:
232.558140
result:
ok found '232.5581400', expected '232.5581395', error '0.0000000'
Test #3:
score: 0
Accepted
time: 164ms
memory: 1019272kb
input:
2 1 0.4202
output:
2.379819
result:
ok found '2.3798190', expected '2.3798191', error '0.0000001'
Test #4:
score: 0
Accepted
time: 196ms
memory: 1019468kb
input:
2 1 0.6729
output:
1.486105
result:
ok found '1.4861050', expected '1.4861049', error '0.0000001'
Test #5:
score: 0
Accepted
time: 184ms
memory: 1019468kb
input:
2 1 0.9925
output:
1.007557
result:
ok found '1.0075570', expected '1.0075567', error '0.0000003'
Test #6:
score: 0
Accepted
time: 227ms
memory: 1019460kb
input:
2 1 0.9999
output:
1.000100
result:
ok found '1.0001000', expected '1.0001000', error '0.0000000'
Test #7:
score: -100
Wrong Answer
time: 159ms
memory: 1019404kb
input:
2 2 0.0006
output:
452035.010781
result:
wrong answer 1st numbers differ - expected: '2779444.4444444', found: '452035.0107810', error = '0.8373650'