HDOJ 5534 Virtual Participation 构造

博客介绍了HDOJ 5534问题的解决方案,重点在于如何构造满足特定条件的字符串。对于小于10^5的情况,直接输出1,而大于10^5的字符串需遵循特定格式,如111...222...333...到t,t+1,t+2等。通过设定每个字符的出现次数L[i],满足公式n*n+n-sigma(L[i])=2*K,估算字符串长度n,并使用贪心算法确定L[i]的具体值,从而实现虚拟参与的概念。" 108348155,9549694,区块链在军事人力资源配置中的应用,"['区块链', '大数据', '军事技术', '人力资源管理']
摘要由CSDN通过智能技术生成


构造

小于10^5的直接输出1

大于10^5的构造如下的串

1111...12222...233....3.....t,t+1,t+2..

设长度为n,每种字符出现了L[i]次则不同的串有  n*n+n-sigma(L[i])=2*K

大约估计一个n,用贪心求出L


Virtual Participation

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)
Total Submission(s): 711    Accepted Submission(s): 205
Special Judge


Problem Description
As we know, Rikka is poor at math. Yuta is worrying about this situation, so he asks rikka to have some practice on codeforces. Then she opens the problem B:

Given an integer  K , she needs to come up with an sequence of integers  A  satisfying that the number of different continuous subsequence of  A  is equal to  k .

Two continuous subsequences  a, b
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值