题解列表

筛选

蛇行矩阵-题解(C++代码)打表法

摘要:这题后台数据很小 n最大是5 建议加强 所以我们可以打表过 #include using namespace std;//时间复杂度比较大n*100*100 int n,a[100……