摘要: AC【螺旋矩阵】三部曲:1、[ 找到 m、n ] 2、[ 开二维数组填充矩阵 ] 3、[ 输出矩阵 ] 1 #include<bits/stdc++.h> 2 using namespace std; 3 4 bool cmp(int a, int b) { return a > b; } 5 6 阅读全文
posted @ 2020-07-28 21:17 $KAMISAMALZ 阅读(112) 评论(0) 推荐(0) 编辑
摘要: WA代码如下: 1 #include<bits/stdc++.h> 2 using namespace std; 3 map<string, string> mmp; 4 map<string, int> has; 5 int main() 6 { 7 int n, m; cin >> n >> m 阅读全文
posted @ 2020-07-28 12:14 $KAMISAMALZ 阅读(183) 评论(0) 推荐(0) 编辑
摘要: Passage 29 Living abroad can be an exhilarating experience that encourages new world views, increases cultural curiosity and supports willingness to e 阅读全文
posted @ 2020-07-28 09:14 $KAMISAMALZ 阅读(1620) 评论(0) 推荐(0) 编辑