牛客794719286号
牛客794719286号
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
牛客794719286号的博客
全部文章
(共55篇)
题解 | #简写单词#
while True: try: words = list(input().split()) &nbs...
2022-09-09
0
155
题解 | #登录验证#
while True: try: account, password = map(str, input()...
2022-08-17
0
175
题解 | #矩阵转置#
while True: try: a, b = map(int, input().split()) &nb...
2022-08-16
0
189
题解 | #序列重组矩阵#
while True: try: a, b = map(int, input().split()) &nb...
2022-08-16
0
199
题解 | #KiKi判断上三角矩阵#
while True: try: size = int(input()) &n...
2022-08-16
0
190
题解 | #图像相似度#
while True: try: a, b = map(int, input().split()) &nb...
2022-08-16
0
229
题解 | #最高身高#
while True: try: a, b = map(int, input().split()) &nb...
2022-08-14
0
187
题解 | #矩阵元素定位#
while True: try: a, b = map(int, input().split()) &nb...
2022-08-14
0
222
题解 | #班级成绩输入输出#
while True: try: class_score = []  ...
2022-08-14
0
158
题解 | #有序序列判断#
def min_judge(lis: list): flag = True for i in range(len(lis) ...
2022-08-13
0
202
首页
上一页
1
2
3
4
5
6
下一页
末页