几何
天夏123
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Educational Codeforces Round 11-D. Number of Parallelograms
用两条边平行且相等,判断平行四边形。 把所有边转换成向量。mulitest 记录每种向量的个数,在统计#include <bits/stdc++.h> #define maxn 100005 #define INF 1e9 using namespace std; typedef long long ll;struct Node{ Node(){ } Node(int a,原创 2016-04-27 14:25:00 · 280 阅读 · 0 评论 -
Codeforces Round #143 (Div. 2)-D. Magic Box
原题链接 D. Magic Box time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output One day Vasya was going ho原创 2016-08-28 16:39:54 · 445 阅读 · 0 评论 -
Codeforces Round #339 (Div. 2)-C. Peter and Snow Blower
原题链接 C. Peter and Snow Blower time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Peter got a new snow blo原创 2016-10-05 11:53:34 · 376 阅读 · 0 评论
分享