会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Andromeda_Galaxy
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2019年3月26日
几何概型 uva11722
摘要: #include using namespace std; int t1,t2,s1,s2,w; int get(int b) { int s=(s2-s1)*(t2-t1)*2; int d=s2-s1; int y=s2-b; if(y<=t1) return 0; if(y<=t1+d) return (y-t1)*(y-t1); if(...
阅读全文
posted @ 2019-03-26 20:12 Andromeda_Galaxy
阅读(176)
评论(0)
推荐(0)
编辑
公告