可爱猪汤姆
可爱猪汤姆
全部文章
分类
题解(4)
归档
标签
去牛客网
登录
/
注册
可爱猪汤姆的博客
全部文章
(共4篇)
题解 | #金字塔#Python版
Python版 while True: try: n=int(input()) &...
Python3
2023-12-02
0
242
题解 | #牛牛学数列7#
python 3.0 n=int(input()) s=0 fn1=0 fn2=1 for i in range(1,n+1): if i==1: ...
Python3
2023-11-28
0
245
题解 | #多组输入a+b#
python 3.0 while True: try: s=input().split(" ")  ...
Python3
2023-11-28
0
253
题解 | #多组数据a+b III#
python3.0 while True: try: s=list(map(int,input().split()))  ...
2023-11-28
0
201