while 1: n = int(input()) s = input() if s!="": li = list(s.split(" ")) print("YES") else: break
扫描二维码,关注牛客
下载牛客APP,随时随地刷题
全部评论
(1) 回帖