说明: #include #include #include using namespace std; double A[1010][1010]; double B[1010]; double l; int main() { int n; printf("Please enter the order of the matrix. If you want to exit, press zero:\n"); while(~scanf("%d",&n)) { if(n==0) return 0; pr <weixin_43214613> 上传 | 大小:1kb