ill__
ill__
题解
题解 | #构造A+B#
全部文章
题解
归档
标签
去牛客网
登录
/
注册
题解 | #构造A+B#
11 浏览
0 回复
2025-10-06
ill__
+关注
构造A+B
https://ac.nowcoder.com/acm/problem/285262
n,k =map(int,input().split()) #共有n-1对,如果n-1比k大就满足题意 if n-1>=k:print('YES') else:print('NO')
举报
收藏
赞 1
评论加载中...