摘要: 1 function php_getSolutionOVQE($a,$b,$c=0){ 2 $x1=0; 3 $x2=0; 4 $detal=0; 5 if($a==0 && $b==0){ 6 return false; 7 } 8 if($a==0){ 9 $x1 = -1 * ($c/$b); 阅读全文
posted @ 2022-01-27 12:50 是梦别喊疼想赢别喊停 阅读(438) 评论(0) 推荐(0) 编辑