尹煜
尹煜
全部文章
分类
题解(14)
归档
标签
去牛客网
登录
/
注册
尹煜的博客
全部文章
(共12篇)
题解 | #机器人的运动范围#
class Solution: def movingCount(self, threshold: int, rows: int, cols: int) -> int: # write code here &nb...
Python3
2022-04-19
0
437
题解 | #成绩输入输出#
t,k = map(str,input().split(' ')) h,m = map(int,t.split(':')) k = int(k) + h*60 + m h_now ...
Python3
2022-04-17
0
420
首页
上一页
1
2
下一页
末页