摘要: 行列式计算程序 与西电大佬一起完成 #include<bits/stdc++.h> using namespace std; int oj(int n) { if(n%2!=0) return 1; else return 0; } int jc(int n) { int ans1=1; for(int i=1;i 阅读全文
posted @ 2021-10-02 17:34 李卓桓20212327 阅读(182) 评论(0) 推荐(1)
Live2D