51NOD 1185 威佐夫游戏 V2(威佐夫博弈)
2018-06-17 21:09:54来源:未知 阅读 ()
第1行:一个数T,表示后面用作输入测试的数的数量。(1 <= T <= 10000) 第2 - T + 1行:每行2个数分别是2堆石子的数量,中间用空格分隔。(1 <= N <= 10^18)
共T行,如果A获胜输出A,如果B获胜输出B。
3 3 5 3 4 1 9
B A A
本来是个大水题,
结果这毒瘤出题人居然卡精度,
正解是把1.618拆开然后手动模拟乘法
#include<cstdio> #include<cmath> #include<iostream> #define int long long using namespace std; const int MAXN=1e6+10; int val[3]={618033988,749894848,204586834}; int mod=1000000000; inline int read() { char c=getchar();int x=0,f=1; while(c<'0'||c>'9'){if(c=='-')f=-1;c=getchar();} while(c>='0'&&c<='9'){x=x*10+c-'0';c=getchar();} return x*f; } main() { #ifdef WIN32 //freopen("a.in","r",stdin); #else #endif int QWQ=read(); while(QWQ--) { int x=read(),y=read(); if(x>y) swap(x,y); int temp=y-x; int a=temp/mod,b=temp%mod;//temp=a*mod+b int ans=b*val[2]; ans=a*val[2]+b*val[1]+ans/mod; ans=a*val[1]+b*val[0]+ans/mod; ans=temp+a*val[0]+ans/mod; puts(ans==x?"B":"A"); } return 0; }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- 51nod——1174 区间中最大的数(ST) 2019-01-21
- 51Nod 1015 水仙花数 2018-12-28
- 51Nod 1004 n^n的末位数字 2018-12-28
- 51Nod-1006 最长公共子序列Lcs 2018-10-03
- bzoj 1185: [HNOI2007]最小矩形覆盖 2018-06-17
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash