1. 记录 leetcode 题目 49. 字母异位词分组383. 赎金信 2. 使用字典分析字符串 #!/usr/bin/python3 input=input() #input='a:3,b:5,c:2@a:1,b:2,c:2' split = input.split('@') dict1={} Read More
posted @ 2024-09-30 08:59 靖意风 Views(19) Comments(0) Diggs(0)