ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#88847 | #1745. 一元三次方程求解 | ysyNB | 100 | 0ms | 1292kb | C++ | 736b | 2020-02-13 19:30:41 | 2020-02-13 19:30:41 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1284kb
input:
1 -6 11 -6
output:
1.00 2.00 3.00
result:
ok single line: '1.00 2.00 3.00 '
Test #2:
score: 10
Accepted
time: 0ms
memory: 1288kb
input:
2 -62 -18594 507870
output:
-95.00 27.00 99.00
result:
ok single line: '-95.00 27.00 99.00 '
Test #3:
score: 10
Accepted
time: 0ms
memory: 1292kb
input:
1 -1.8 -8.59 -0.84
output:
-2.10 -0.10 4.00
result:
ok single line: '-2.10 -0.10 4.00 '
Test #4:
score: 10
Accepted
time: 0ms
memory: 1292kb
input:
1 -294 28811 -941094
output:
97.00 98.00 99.00
result:
ok single line: '97.00 98.00 99.00 '
Test #5:
score: 10
Accepted
time: 0ms
memory: 1288kb
input:
3.1415926 -932.864506644 92331.724129011859 -3046119.8814113696
output:
97.97 98.98 99.99
result:
ok single line: '97.97 98.98 99.99 '
Test #6:
score: 10
Accepted
time: 0ms
memory: 1292kb
input:
3 -414.06 3745.5429 820958.471838
output:
-36.21 81.49 92.74
result:
ok single line: '-36.21 81.49 92.74 '
Test #7:
score: 10
Accepted
time: 0ms
memory: 1292kb
input:
1 -4.65 2.25 1.4
output:
-0.35 1.00 4.00
result:
ok single line: '-0.35 1.00 4.00 '
Test #8:
score: 10
Accepted
time: 0ms
memory: 1292kb
input:
1 10 -1 -10
output:
-10.00 -1.00 1.00
result:
ok single line: '-10.00 -1.00 1.00 '
Test #9:
score: 10
Accepted
time: 0ms
memory: 1284kb
input:
1 -2 -1 2
output:
-1.00 1.00 2.00
result:
ok single line: '-1.00 1.00 2.00 '
Test #10:
score: 10
Accepted
time: 0ms
memory: 1288kb
input:
1 -102.57 1596.38 50398.95
output:
-15.00 49.00 68.57
result:
ok single line: '-15.00 49.00 68.57 '