会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
emhhbw==
博客园
首页
新随笔
联系
订阅
管理
2020年3月15日
2020.03.14 BAPC 2019 Preliminaries
摘要: A题 思路: 通过分析便可得知,只要找出两行各自的最大值比较就可,若最大值不相同,便不可行。 解题代码: 1 #include <cstdio> 2 #include <iostream> 3 #include <algorithm> 4 #include <cmath> 5 #include <s
阅读全文
posted @ 2020-03-15 21:07 emhhbw==
阅读(173)
评论(1)
推荐(1)
公告