最佳拟合直线

import java.util.*; public class Main { public static void main(String[] args){ Scanner sc=new Scanner(System.in); int n=sc.nextInt(); while(n>0) { double x[]=new double[123456]; double
相关文章
相关标签/搜索