题解列表

筛选

小南解题---矩形面积交--50ms

摘要:a = list(map(float, input().split()))b = list(map(float, input().split())) # 0、1  ;  2、3# 一定要让顶点顺序是从……