福尔摩xi
福尔摩xi
全部文章
分类
题解(13)
归档
标签
去牛客网
登录
/
注册
福尔摩xi的博客
全部文章
(共13篇)
题解 | #三角形判断#
while True: try: lis = list(map(int,input().split())) lis.sort() &...
Python3
2022-03-22
0
276
题解 | #牛牛的快递#
x,y = map(int,input().split()) x1,y1 = map(int,input().split()) if x - x1 < 0: print('r') elif x - x1 > 0: print('l'...
Python3
2022-03-22
0
294
题解 | #牛牛的快递#
import math a,b = map(str,input().split()) a = float(a) price = 20 if a > 1: price = price + math.ceil(a)-1 if b == 'y': &nbs...
Python3
2022-03-22
8
439
首页
上一页
1
2
下一页
末页