• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Andromeda_Galaxy
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

2019年3月18日

C# 作业
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Wind... 阅读全文
posted @ 2019-03-18 15:14 Andromeda_Galaxy 阅读(140) 评论(0) 推荐(0)
 
 

2019年3月16日

快快读 离散化 牛客题
摘要: #include //#define int long long #define ll long long using namespace std; struct FastIO { static const int S = 4e6; int wpos; char wbuf[S]; FastIO() : wpos(0) {} inline int xchar... 阅读全文
posted @ 2019-03-16 18:44 Andromeda_Galaxy 阅读(165) 评论(0) 推荐(0)
 
 

2019年3月14日

bzoj 2460 线性基
摘要: 另一种求线性基的方法 阅读全文
posted @ 2019-03-14 15:33 Andromeda_Galaxy 阅读(159) 评论(0) 推荐(0)
 
高斯消元 o(n^3) 取摸和不取摸
摘要: #include using namespace std; const int MAXN=50; int a[MAXN][MAXN];//增广矩阵 int x[MAXN];//解集 bool free_x[MAXN];//标记是否是不确定的变元 int gcd(int a,int b){ if(b == 0) return a; else ... 阅读全文
posted @ 2019-03-14 14:02 Andromeda_Galaxy 阅读(289) 评论(0) 推荐(0)
 
 

2019年3月2日

球的体积并
摘要: #include using namespace std; typedef long long ll; const double pi = acos(-1); const int MAX = 100 + 10; const int inf = 1e9 + 7; typedef struct { double x, y, z, r; }Point; int n; Point a... 阅读全文
posted @ 2019-03-02 11:55 Andromeda_Galaxy 阅读(241) 评论(0) 推荐(0)
 
 

2019年3月1日

1556
摘要: #include #include #include #include #include #include #include #include #include #include #define ll long long using namespace std; const int maxn=22; const double pi=acos(-1.0); const doub... 阅读全文
posted @ 2019-03-01 16:53 Andromeda_Galaxy 阅读(468) 评论(0) 推荐(0)
 
 

2019年2月28日

计算几何板子 (点 )
摘要: #include #include #include #include #include #include #include #include #include #include #define ll long long using namespace std; const int maxn=1e6+10; const double pi=acos(-1.0); const ... 阅读全文
posted @ 2019-02-28 17:10 Andromeda_Galaxy 阅读(259) 评论(0) 推荐(0)
 
 

2019年2月27日

poj 1269
摘要: #include #include #include #include #include #include #include #include #include #include #define ll long long using namespace std; const int maxn=1e6+10; const double EXP=1e-9; struct poin... 阅读全文
posted @ 2019-02-27 20:49 Andromeda_Galaxy 阅读(126) 评论(0) 推荐(0)
 
计算几何入门
摘要: poj 3304 poj 2398 阅读全文
posted @ 2019-02-27 19:59 Andromeda_Galaxy 阅读(151) 评论(0) 推荐(0)
 
 

2019年2月24日

强联通
摘要: #include using namespace std; const int maxn=1e6+10; vector g[maxn]; vector rg[maxn]; vector vs; bool vis[maxn]; int camp[maxn]; void add_edge(int x,int y) { g[x].push_back(y); rg[y].push_back(x); ... 阅读全文
posted @ 2019-02-24 09:25 Andromeda_Galaxy 阅读(190) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3