博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Codeforces 439D Devu and his Brother 三分
阅读量:5021 次
发布时间:2019-06-12

本文共 885 字,大约阅读时间需要 2 分钟。

题目链接:

= - =曾经的三分姿势不对竟然没有被卡掉,。,太逗。。

#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;#define M 200004#define N 100040#define L(x) (x<<1)#define R(x) (x<<1|1)#define Mid(x,y) ((x+y)>>1)#define ll __int64#define Sum(x) tree[x].sum#define Mod(x) tree[x].mod#define inf 1000000000ll n,m;ll a[N],b[N];ll ok(ll x){ ll ans = 0; for(ll i = 1; i <= n; i++)if(x>a[i])ans+=(x-a[i]); for(ll i = 1; i <= m; i++)if(x
=maxx){puts("0");continue;} ll ans = inf; ll l = minn, r = maxx; ans = min(ok(l),ok(r)); while(l
tmp2) l = mid1; else r = mid2; ans = min(ans, min(tmp1, tmp2)); } printf("%I64d\n",ans); } return 0;}/*2 22 33 53 21 2 33 43 24 5 61 2*/

转载于:https://www.cnblogs.com/blfbuaa/p/6962709.html

你可能感兴趣的文章
代码复审
查看>>
quick -- 创建精灵和动作
查看>>
NSNotificationCenter+ UITapGestureRecognizer
查看>>
青春真的没有翅膀
查看>>
如何:从 bool? 安全地强制转换为 bool(C# 编程指南)
查看>>
第2章 构建springboot工程 2-2 使用Spring官方STS搭建SpringBoot工程
查看>>
第七章 二叉搜索树 (d1)AVL树:重平衡
查看>>
Myeclipse快捷键以及使用技巧大全-来自网络
查看>>
程序员熬夜注意事项
查看>>
java爬虫案例学习
查看>>
存储过程和存储函数
查看>>
如何配置MySQL
查看>>
C++反汇编学习笔记(三)
查看>>
使用CSS让多出来的字变为省略号
查看>>
JVM安全退出(如何优雅的关闭java服务)
查看>>
day4 class work answer
查看>>
tensorflow-TFRecord报错ValueError: Protocol message Feature has no "feature" field.
查看>>
Android为TV端助力 双缓存机制
查看>>
C#简单接口和继承示例详解——快速入门
查看>>
mvc
查看>>