• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Andromeda_Galaxy
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

随笔分类 -  1-题解-poj

 
poj 1039
摘要:#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #includ... 阅读全文
posted @ 2019-04-07 16:57 Andromeda_Galaxy 阅读(194) 评论(0) 推荐(0)
poj 3347
摘要:#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #... 阅读全文
posted @ 2019-04-05 13:43 Andromeda_Galaxy 阅读(202) 评论(0) 推荐(0)
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 阅读(475) 评论(0) 推荐(0)
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 阅读(133) 评论(0) 推荐(0)
计算几何入门
摘要:poj 3304 poj 2398 阅读全文
posted @ 2019-02-27 19:59 Andromeda_Galaxy 阅读(155) 评论(0) 推荐(0)
二维树状数组
摘要:#include #include #include #include //#define y1 y11 using namespace std; const int maxn=1e3+10; int lowbit(int x){return x&(-x); } int a[maxn][maxn]; int b[maxn][maxn]; int n=1e3+9; void update(int ... 阅读全文
posted @ 2019-01-21 16:35 Andromeda_Galaxy 阅读(173) 评论(0) 推荐(0)
poj 2155 B - Matrix 二维树状数组
摘要:#include #include #include #include using namespace std; const int maxn=1050; int n; int c[maxn][maxn]; int lowbit(int x) { return x&(-x); } void update(int x,int y) { for(int i = x; i; i -... 阅读全文
posted @ 2018-08-16 16:54 Andromeda_Galaxy 阅读(180) 评论(0) 推荐(0)
 

公告


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