摘要:
A. Triple Four 模拟 代码实现 n = int(input()) a = list(map(int, input().split())) ans = any(a[i] == a[i+1] == a[i+2] for i in range(n-2)) print('Yes' if ans 阅读全文
posted @ 2025-03-09 00:10
V_Melville
阅读(63)
评论(0)
推荐(0)
浙公网安备 33010602011771号