【腾讯】技术研究类和数据分析-2019校园招聘 笔试题

腾讯的笔试是我遇过最难的了,选择题,全是数学,真的难,哎。
题目没拍,先贴上代码,后续补上。
第一题70%,第二题30%,第三题30%。

k = int(raw_input())
str1 = raw_input()
str2 = raw_input()

substring_set = set()
len1 = len(str1)
len2 = len(str2)
for i in range(len1-k+1):
    substring_set.add(str1[i:i+k])

coff = 0
for sub in substring_set:
    for i in range(len2-k+1):
        if str2[i:i+k]==sub:
            coff += 1

print coff
line1 = map(int,raw_input().split())
score1 , score2 = line1[0] , line1[1]
score = score1 + score2

total = 0
n = 0
while total<score:
    n += 1
    total = total + n
if total!=score:
    print -1
else:
    if score1<=n:
        print 1
    else:
        k = 1
        target = score1-n
        while target not in [x for x in range(n-1)]:
            k += 1
            n -= 1
            target -= n
        k += 1

        print k
  • 1
    点赞
  • 22
    收藏
    觉得还不错? 一键收藏
  • 3
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值