09 2023 档案

摘要:#include<bits/stdc++.h> using namespace std; int m,n,flag[52],bj[52],s,r; double matrix_up[52][52],ans_up[52]; void input() { cin>>m; n=m+1; for(int i 阅读全文
posted @ 2023-09-14 23:19 G_A_TS 阅读(14) 评论(0) 推荐(0)