hdu 6121---Build a tree(深搜+思维)
2018-06-17 22:01:49来源:未知 阅读 ()
题目链接
For each test case:
A single line contains two positive integers n,k(1≤n,k≤1018).
A single line contains a nonnegative integer, denoting the answer.
代码如下:(唉,比赛时代码没调出来,赛后才调完,有点可惜~)
#include <iostream> #include <algorithm> #include <cstdio> #include <cstring> #include <cmath> using namespace std; typedef long long LL; const LL N=1e18+5; LL cnt[70]; LL pw[70]; LL n,k,m; int deep; LL ans=0; LL L,R,mid; void dfs(int x) { if(x>deep) return ; dfs(x+1); LL pos=(cnt[x]-1)%k; ///left brother; int f=(cnt[x]-1)&1; if(f) ans^=L; LL cR=pw[x]-cnt[x]; f=cR&1; if(f) ans^=R; ans^=mid; mid=pos*L+mid+1+(k-pos-1)*R; L=L*k+1; R=R*k+1; } int main() { int T; cin>>T; while(T--) { scanf("%lld%lld",&n,&k); if(k == 1){ if(n%4 == 0) ans = n; else if(n%4 == 1) ans = 1; else if(n%4 == 2) ans = n+1; else if(n%4 == 3) ans = 0; printf("%lld\n",ans); continue; } LL tmp=1; m=n-1; pw[0]=1; for(int i=1;i<70;i++) { tmp=tmp*k; pw[i]=tmp; if(m<tmp || tmp<0 ) { pw[i]=N; deep=i; break; } m-=tmp; } cnt[deep]=m; if(m==0) { deep--; cnt[deep]=pw[deep]; m=cnt[deep]; } for(int i=deep-1;i>=0;i--) { cnt[i]=(m+k-1)/k; m=cnt[i]; } L=1; mid=1; R=0; ans=0; dfs(0); printf("%lld\n",ans); } return 0; }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- HDU-2955-Robberies(0-1背包) 2020-03-30
- Maximum White Subtree 2020-03-26
- hdu1455 拼木棍(经典dfs) 2020-02-29
- STL中_Rb_tree的探索 2020-02-20
- 二叉树(5)HuffmanTree 2020-02-19
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