牛客464844775号
牛客464844775号
全部文章
题解
归档
标签
去牛客网
登录
/
注册
牛客464844775号的博客
全部文章
/ 题解
(共42篇)
题解 | #字符逆序#
#方法1 while True: try: str1 = list(input()) #等价 str1 = list(map(str,input())) print(''.join(reversed(str1))) except: break #方法2 while ...
Python3
2021-11-28
0
422
题解 | #明明的随机数#
data = [] while True: try: n = input() ta = [] for i in range(int(n)): ta.append(int(input())) uniq = set(ta) for j in sorted(uniq): print(j) except (...
Python3
2021-11-08
0
379
首页
上一页
1
2
3
4
5
下一页
末页