Run ID:129342
提交时间:2025-08-24 13:14:28
a = 2 b = 3 c = 4 if a + b > c: print("Yes") else: print("No")