蔡文姬,又菜又垃圾
蔡文姬,又菜又垃圾
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
蔡文姬,又菜又垃圾的博客
全部文章
(共10篇)
题解 | #在字符串中找出连续最长的数字串#
while True: try: str0 = input() &...
2022-05-31
0
256
题解 | #DNA序列#
while True: try: str0 = input() &...
2022-05-29
0
265
题解 | #名字的漂亮度#
while True: try: n = int(input())  ...
2022-05-29
0
299
题解 | #求小球落地5次后所经历的路程和第5次反弹的高度#
while True: try: n=int(input())  ...
2022-05-28
0
229
题解 | #字符串加密#
while True: try: ip = input() &nb...
2022-05-28
0
269
题解 | #密码截取#
while True: try: arr0 = list(input()) &...
2022-05-27
0
287
题解 | #字符串加解密#
while True: try: # 加密 &nbs...
2022-05-27
0
244
题解 | #查找兄弟单词#
while True: try: li=input().split() &...
2022-05-26
0
311
题解 | #记票统计#
while True: try: x=int(input()) arr1=input().split() ...
Python3
2022-05-04
0
356
题解 | #表示数字#
while True: try: string = input() if 1 < len(string) <= 100: ...
Python3
2022-05-04
0
285