牛客7760634号 level
获赞
5
粉丝
1
关注
1
看过 TA
0
华中科技大学
2020
IP属地:未知
暂未填写个人简介
私信
关注
2019-09-19 12:37
华中科技大学
0 点赞 评论 收藏
分享
2019-09-07 23:04
已编辑
华中科技大学
if __name__ == '__main__':     functions, present, x = input().strip().split(';')     present_dict = dict()     present = present.split(',')     visited = set()     for p in present:         key, val = p.split('=')         present_dict[key] = val         try:             int(val)             visited...
故事尾音:if __name__ == "__main__":     bd, id, res = input().split(';')     ids = id.split(',')          for id in ids:         a,b = id.split('=')         bd = bd.replace(a,b)     bds = bd.replace('{','').replace('}','').split(',')     temp_dict = dict([ bd.split('=') for bd in bds])     s = temp_dict[res]     temp_dict.pop(res)     for k,v in temp_dict.items():         s = s.replace(k, '('+v+')')     print(int(eval(s)))
投递华为等公司10个岗位 >
0 点赞 评论 收藏
分享
2019-08-30 21:11
华中科技大学
0 点赞 评论 收藏
分享
关注他的用户也关注了:
牛客网
牛客企业服务