阿be
阿be
全部文章
分类
题解(20)
归档
标签
去牛客网
登录
/
注册
阿be的博客
全部文章
(共22篇)
题解 | #输出单向链表中倒数第k个结点#
class Node(object): def __init__(self,data, next = None): self.data = data self.next = next class LinkList(object): def __ini...
Python3
2022-02-02
31
2854
字符统计
while True: try: s = input() &nbs...
Python3
2020-09-20
196
6889
首页
上一页
1
2
3
下一页
末页