摘要:
A. Full House 2 只需判定 \(\{A, B, C, D\}\) 中是否只有 \(2\) 种数 代码实现 print('Yes' if len(set(map(int, input().split()))) == 2 else 'No') B. Calculator 模拟 代码实现 # 阅读全文
posted @ 2025-01-14 21:02
V_Melville
阅读(15)
评论(0)
推荐(0)
浙公网安备 33010602011771号