博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
uva1636 - Headshot(条件概率)
阅读量:5160 次
发布时间:2019-06-13

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

简单的条件概率题,直接再来一枪没子弹的概率是所有子串”00“的数目除以‘0’的数目,随机转一下再打没子弹的概率是‘0’的数目除以总数目。

#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;#define pii pair
#define LL long long intconst int eps=1e-8;const int INF=1000000000;const int maxn=100000+10;string s;int a,b,n;int main(){ //freopen("in8.txt","r",stdin); while(cin>>s) { a=b=0; n=s.length(); for(int i=0;i
b*b) puts("SHOOT"); else if(a*n

 

转载于:https://www.cnblogs.com/zywscq/p/4067706.html

你可能感兴趣的文章
springboot jar包运行中获取资源文件
查看>>
基于FPGA实现的高速串行交换模块实现方法研究
查看>>
Java Scala获取所有注解的类信息
查看>>
delphi ,安装插件
查看>>
case when then的用法-leetcode交换工资
查看>>
11.28.cookie
查看>>
BeanShell简介
查看>>
python字符串操作
查看>>
不同程序语言的注释和变量要求
查看>>
语言基础(9):static, extern 和 inline
查看>>
ES5_03_Object扩展
查看>>
bzoj 2600: [Ioi2011]ricehub
查看>>
创建数据库,表
查看>>
工厂模式
查看>>
计算机网络基础知识
查看>>
C#里如何遍历枚举所有的项
查看>>
如何在键盘出现时滚动表格,以适应输入框的显示
查看>>
超级强大的鼠标手势工具
查看>>
常用Dockerfile举例
查看>>
jquery的ajax用法
查看>>