牛客787616806号
牛客787616806号
全部文章
题解
归档
标签
去牛客网
登录
/
注册
牛客787616806号的博客
全部文章
/ 题解
(共2篇)
题解 | #牛牛的四叶玫瑰数#
笨方法来一个 while True: try: I,r=list(map(int,input().split(" "))) for i in range...
Python3
2022-06-12
0
292
题解 | #牛牛的一周#
#傻瓜式的写法 s=int(input()) if s==1: print("Monday") elif s==2: print("Tuesday") elif s==3: print("Wednesday") elif s==4: print("Thursday") elif s==5: prin...
Python3
2022-05-13
0
208