Codeforces Round #253 (Div. 1)-A,B_html/css_WEB-ITnose

WBOY
发布: 2016-06-24 12:02:44
原创
984 人浏览过

A题:

由题意可知,最多翻10次就可以(其实8次就够了),那么我们就用状态压缩表示状态。

对于某种状态,如果某一位为0,那么代表这一位不翻,否则代表这一位翻。

对于某一种翻的状态:

如果牌中有G3,那么就把G和3进行连边。其他的连边类似,不要重边。

对于任意一条边的两个端点,分三种情况讨论:

1,两个端点都翻了,那么很明显,这张牌被表示出来了。

2,两个端点中只有一个端点被翻,那么这个对应的num加1.

3,两个端点都没有被翻,计数器tt加1。

对于任意一种状态:

1,如果计数器tt大于1,那么肯定不能判断出所有的牌。

2,如果任意一个端点的num数大于1,那么也肯定不能判断出所有的牌。

3,否则的话,这种状态可以表示出所有的牌。

#include<stdio.h>#include<string.h>#include<algorithm>#include<iostream>#include<vector>using namespace std;#define LL __int64#define maxn 2201int num[20];int pan[220];int name[22001];vector<int>vec;int map[110][110];void dos(int x){    while(x)    {        cout=minn)continue;            int leap=0;            int t=0;            memset(num,0,sizeof(num));            for(int j=5; jB题:  <p></p>  <p>对于当前选择的状态,</p>  <p>p0表示0个人告诉答案的概率。</p>  <p>p1表示1个人告诉答案的概率。</p>  <p>对于即将面对的一个人:</p>  <p>a表示0个人告诉答案的概率。</p>  <p></p>  <p>b表示1个人告诉答案的概率。</p> 如果接纳这个人之后,p1的值变小了,那么就不应该接纳下去。  <p></p>  <pre name="code" class="sycode">#include<stdio.h>#include<string.h>#include<algorithm>#include<iostream>#include<vector>using namespace std;#define LL __int64#define maxn 2201double num[maxn];int main(){    int n;    double x;    while(~scanf("%d",&n))    {        for(int i=1;i=1;i--)        {            c=a;            d=b;            b=b+a*num[i]-b*num[i];            a=a-a*num[i];            if(b<d b="d;" break printf return>  <br>  <br>  <p></p>  <p><br> </p>  <p><br> </p>  <p><br> </p>  <p><br> </p>  <p><br> </p>  <p><br> </p>  <p><br> </p>  <p><br> </p>  <p><br> <br> </p> </d></vector></iostream></algorithm></string.h></stdio.h>
登录后复制
相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板