buhui
一片空白z
考研学习
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[每日一题19/01/10]A1105 旋转矩阵(模板题)【需二刷】
好麻烦啊。。 还有像四则运算这种,都好复杂。。只能靠背了。。 #include<cstdio> #include<vector> #include<cmath> #include<algorithm> using namespace std; bool cmp(int a, int b) { return a > b; } int...原创 2019-01-10 19:24:54 · 305 阅读 · 0 评论 -
A1142【25】 第2/第3个测试点过不去
柳神的能过。。我的只有20分。。 #include<iostream> #include<vector> using namespace std; int e[205][205] = { 0 }; int main() { int nv, ne, m; cin >> nv >> ne; for (int i = 0; i < n...原创 2019-02-26 20:58:45 · 418 阅读 · 0 评论
分享