摘要: tx的笔试,但是只过了10%,就离谱 #include <bits/stdc++.h> using namespace std; const int maxn = 1010; long data[maxn][maxn] = {0}; long dp[maxn][maxn] = {0}; int ma 阅读全文
posted @ 2021-04-06 15:52 KinoLogic 阅读(374) 评论(0) 推荐(0)