龙灬胆
龙灬胆
全部文章
分类
归档
标签
去牛客网
登录
/
注册
龙灬胆的博客
全部文章
(共43篇)
题解 | #矩阵乘法#
while True: try: n = int(input()) m = int(input()) k = int(input()) list1 = [] list2 = [] for i in...
2023-10-06
0
234
题解 | #字符串排序#
while True: try: strings = input() chars = '' for i in strings: if i.isalpha(): chars += i ...
2023-10-06
0
242
题解 | #配置文件恢复#
while True: try: command = input().split(' ') dict_command = { 'reset': 'reset what', 'reset board': 'boar...
2023-10-05
0
311
首页
上一页
1
2
3
4
5
下一页
末页