Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
2304 吴奕希 2020 Python3 Accepted 17 MS 3648 KB 90 2023-12-23 17:23:37

Tests(3/3):


Code:

a=input() if(f'{a[0]}{a[1]}'==f'{a[2]}{a[3]}'): print("YES") else: print("NO")