• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
AC test
一切伟大的思想,都有一个微不足道的开始。
博客园    首页    新随笔    联系   管理    订阅  订阅
2020年2月1日
About me
该文被密码保护。 阅读全文
posted @ 2020-02-01 23:48 ACtest 阅读(0) 评论(0) 推荐(0)
最小生成树[模板]
摘要: //最小生成树Prim算法 #include <iostream> #include <cstring> using namespace std; const int INF=0x7fffffff/2; int vst[505]; int d[505]; int g[505][505], n, m, 阅读全文
posted @ 2020-02-01 23:37 ACtest 阅读(66) 评论(0) 推荐(0)
模拟算法例题分析【待完成】
摘要: 1.日期(CSP-S2019江西专场) 我感觉这道题应该放在CSP-J 分析:if条件语句 #include<bits/stdc++.h> using namespace std; char ch; int a,c; int ans=0; int main(){ cin>>a>>ch>>c; if( 阅读全文
posted @ 2020-02-01 15:51 ACtest 阅读(172) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3