摘要:
A. Shuffled Equation 排序 代码实现 a, b, c = sorted(map(int, input().split())) if a*b == c: print('Yes') else: print('No') B. Who is Missing? 模拟 代码实现 #inclu 阅读全文
posted @ 2025-02-09 01:09
V_Melville
阅读(51)
评论(0)
推荐(0)
浙公网安备 33010602011771号