驴主
驴主
全部文章
分类
归档
标签
去牛客网
登录
/
注册
驴主的博客
全部文章
(共1篇)
题解 | 至
import sys n = int(input()) a, b = map(int, input().strip().split()) c, d = map(int, input().strip().split()) yes = 'YES' no = 'NO' # 前两种情况 if a +...
2025-12-20
0
16